GuidAttribute Constructor

Creates and initializes a new instance of the attribute.

Syntax

public:
GuidAttribute(
         uint32 a,
         uint16 b,
         uint16 c,
         unsigned char d,
         unsigned char e,
         unsigned char f,
         unsigned char g,
         unsigned char h,
         unsigned char i,
         unsigned char j,
         unsigned char k
)  

Parameters

a
Type: uint32 

  The first 4 bytes of the GUID.

b
Type: uint16 

  The next 2 bytes of the GUID.

c
Type: uint16 

  The next 2 bytes of the GUID.

d
Type: unsigned char 

  The next byte of the GUID.

e
Type: unsigned char 

  The next byte of the GUID.

f
Type: unsigned char 

  The next byte of the GUID.

g
Type: unsigned char 

  The next byte of the GUID.

h
Type: unsigned char 

  The next byte of the GUID.

i
Type: unsigned char 

  The next byte of the GUID.

j
Type: unsigned char 

  The next byte of the GUID.

k
Type: unsigned char 

  The next byte of the GUID.

Requirements

Namespace: Windows.Foundation.Metadata

Metadata: windows.winmd

See also

Reference

GuidAttribute Class

GuidAttribute Members

Windows.Foundation.Metadata Namespace