GuidAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
특성의 새 instance 만들고 초기화합니다.
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);
GuidAttribute(uint32_t const& a, uint16_t const& b, uint16_t const& c, byte const& d, byte const& e, byte const& f, byte const& g, byte const& h, byte const& i, byte const& j, byte const& k);
public GuidAttribute(uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k);
function GuidAttribute(a, b, c, d, e, f, g, h, i, j, k)
Public Sub New (a As UInteger, b As UShort, c As UShort, d As Byte, e As Byte, f As Byte, g As Byte, h As Byte, i As Byte, j As Byte, k As Byte)
매개 변수
- b
-
UInt16
unsigned short
uint16_t
GUID의 다음 2바이트입니다.
- c
-
UInt16
unsigned short
uint16_t
GUID의 다음 2바이트입니다.
- d
-
Byte
byte
GUID의 다음 바이트입니다.
- e
-
Byte
byte
GUID의 다음 바이트입니다.
- f
-
Byte
byte
GUID의 다음 바이트입니다.
- g
-
Byte
byte
GUID의 다음 바이트입니다.
- h
-
Byte
byte
GUID의 다음 바이트입니다.
- i
-
Byte
byte
GUID의 다음 바이트입니다.
- j
-
Byte
byte
GUID의 다음 바이트입니다.
- k
-
Byte
byte
GUID의 다음 바이트입니다.