GuidAttribute Clase

Definición

Indica el GUID de la interfaz o delegado.

public ref class GuidAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Delegate | System.AttributeTargets.Interface)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class GuidAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Delegate | System.AttributeTargets.Interface)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class GuidAttribute : Attribute
function GuidAttribute(a, b, c, d, e, f, g, h, i, j, k)
Public NotInheritable Class GuidAttribute
Inherits Attribute
Herencia
GuidAttribute
Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (se introdujo en la versión v1.0)

Constructores

GuidAttribute(UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)

Crea e inicializa una nueva instancia del atributo .

Se aplica a

Consulte también