GuidAttribute
GuidAttribute
GuidAttribute
GuidAttribute
Class
Definition
Indicates the GUID for the interface or delegate.
public : sealed class GuidAttribute : Attributepublic sealed class GuidAttribute : AttributePublic NotInheritable Class GuidAttribute Inherits Attribute// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.FoundationContract (introduced v1)
|
Constructors
GuidAttribute(UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) GuidAttribute(UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) GuidAttribute(UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) GuidAttribute(UInt32, UInt16, UInt16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)
Creates and initializes a new instance of the attribute.
public : GuidAttribute(unsigned int a, unsigned short b, unsigned short c, Byte d, Byte e, Byte f, Byte g, Byte h, Byte i, Byte j, Byte k)public GuidAttribute(UInt32 a, UInt16 b, UInt16 c, Byte d, Byte e, Byte f, Byte g, Byte h, Byte i, Byte j, Byte k)Public Sub New(a As UInt32, b As UInt16, c As UInt16, d As Byte, e As Byte, f As Byte, g As Byte, h As Byte, i As Byte, j As Byte, k As Byte)// You can use this method in JavaScript.
Parameters
- a
- unsigned int UInt32 UInt32 UInt32
The first 4 bytes of the GUID.
- b
- unsigned short UInt16 UInt16 UInt16
The next 2 bytes of the GUID.
- c
- unsigned short UInt16 UInt16 UInt16
The next 2 bytes of the GUID.
- d
- Byte Byte Byte Byte
The next byte of the GUID.
- e
- Byte Byte Byte Byte
The next byte of the GUID.
- f
- Byte Byte Byte Byte
The next byte of the GUID.
- g
- Byte Byte Byte Byte
The next byte of the GUID.
- h
- Byte Byte Byte Byte
The next byte of the GUID.
- i
- Byte Byte Byte Byte
The next byte of the GUID.
- j
- Byte Byte Byte Byte
The next byte of the GUID.
- k
- Byte Byte Byte Byte
The next byte of the GUID.