XmlTextReader.CanReadBinaryContent 속성

정의

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

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

속성 값

Boolean

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

설명

참고

.NET Framework 2.0부터 새 기능을 활용하기 위해 메서드를 XmlReader.Create 사용하여 인스턴스를 만드는 XmlReader 것이 좋습니다.

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

적용 대상

추가 정보