XmlValidatingReader.CanReadBinaryContent 속성

정의

XmlValidatingReader가 이진 콘텐츠 읽기 메서드를 구현하는지를 나타내는 값을 가져옵니다.

public:
 virtual property bool CanReadBinaryContent { bool get(); };
public override bool CanReadBinaryContent { get; }
member this.CanReadBinaryContent : bool
Public Overrides ReadOnly Property CanReadBinaryContent As Boolean

속성 값

이진 콘텐츠 읽기 메서드를 구현하면 true이고, 그렇지 않으면 false입니다. XmlValidatingReader 클래스는 true를 반환합니다.

설명

참고

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

이진 콘텐츠 읽기 메서드에는 , ReadContentAsBinHex, ReadElementContentAsBase64ReadElementContentAsBinHex 메서드가 포함됩니다ReadContentAsBase64.

적용 대상

추가 정보