다음을 통해 공유


XmlNamedNodeMap.Size 속성

정의

벡터 뷰의 요소 수를 가져옵니다.

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = xmlNamedNodeMap.size;
Public ReadOnly Property Size As UInteger

속성 값

UInt32

unsigned int

uint32_t

벡터 뷰의 요소 수입니다.

구현

적용 대상