XmlNodeReader.CanReadBinaryContent 속성

정의

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

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입니다. XmlNodeReader 클래스는 항상 true를 반환합니다.

설명

참고

.NET Framework 2.0에서는 클래스와 Create 메서드를 사용하여 인스턴스를 XmlReaderSettings 만드는 XmlReader 것이 좋습니다. 이렇게 하면 .NET Framework 도입된 모든 새로운 기능을 최대한 활용할 수 있습니다. 자세한 내용은 참조 페이지의 설명 섹션을 XmlReader 참조하세요.

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

적용 대상