XmlTextReader.CanReadBinaryContent 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XmlTextReader가 이진 콘텐츠 읽기 메서드를 구현하는지를 나타내는 값을 가져옵니다.
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
입니다. XmlTextReader 클래스는 항상 true
를 반환합니다.
설명
참고
.NET Framework 2.0부터 새 기능을 활용하기 위해 메서드를 XmlReader.Create 사용하여 인스턴스를 만드는 XmlReader 것이 좋습니다.
이진 콘텐츠 읽기 메서드에는 , ReadContentAsBinHex및 ReadElementContentAsBase64ReadElementContentAsBinHex 메서드가 포함됩니다ReadContentAsBase64.