XmlValidatingReader.AttributeCount 속성

정의

현재 노드의 특성 수를 가져옵니다.

public:
 virtual property int AttributeCount { int get(); };
public override int AttributeCount { get; }
member this.AttributeCount : int
Public Overrides ReadOnly Property AttributeCount As Integer

속성 값

현재 노드의 특성 수입니다. 이 숫자에는 기본 특성이 포함됩니다.

설명

메모

클래스는 XmlValidatingReader .NET Framework 2.0에서 사용되지 않습니다. 클래스 및 XmlReader 메서드를 사용하여 유효성 XmlReaderSettings 검사 인스턴스를 Create 만들 수 있습니다. 자세한 내용은 XmlReader 참조 페이지의 설명 섹션을 참조하세요.

이 속성은 노드Element와 관련이 있으며 DocumentType 노드에만 해당XmlDeclaration합니다. (다른 노드 형식에는 특성이 없습니다.)

적용 대상

추가 정보