다음을 통해 공유


IFragmentCapableXmlDictionaryWriter.CanFragment 속성

정의

XmlDictionaryWriter가 XML 조각을 처리할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool CanFragment { bool get(); };
public bool CanFragment { get; }
member this.CanFragment : bool
Public ReadOnly Property CanFragment As Boolean

속성 값

Boolean

true가 XML 조각을 처리할 수 있으면 XmlDictionaryWriter이고, 그렇지 않으면 false입니다.

설명

이 인터페이스를 구현하는 작성기가 XML 조각을 생성하고 수락할 수 있는지를 반환 true 합니다.

적용 대상