다음을 통해 공유


XPathMessageContext.PreserveWhitespace(XPathNavigator) 메서드

정의

지정된 컨텍스트에서 공백 노드를 유지할지 아니면 제거할지를 확인합니다.

public:
 override bool PreserveWhitespace(System::Xml::XPath::XPathNavigator ^ node);
public override bool PreserveWhitespace (System.Xml.XPath.XPathNavigator node);
override this.PreserveWhitespace : System.Xml.XPath.XPathNavigator -> bool
Public Overrides Function PreserveWhitespace (node As XPathNavigator) As Boolean

매개 변수

node
XPathNavigator

현재 컨텍스트에서 유지해야 하거나 제거해야 할 공백 노드입니다.

반환

Boolean

항상 false를 반환합니다.

설명

이 속성을 사용하려면 파생 클래스에서 재정의해야 합니다.

적용 대상