XamlType.IsWhitespaceSignificantCollection 속성

정의

XamlType이 XML 정의를 기준으로 유효한 공백 컬렉션을 나타내는지 여부를 지정하는 값을 가져옵니다.

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

속성 값

XamlType이 유효한 공백 컬렉션을 나타내면 true이고, 그렇지 않으면 false입니다.

설명

에 대한 기본 내부 CLR 리플렉션 기술을 사용하지 않는 경우 이 속성에 대한 XamlType호출은 파생 클래스에서 XamlType 재정의를 호출 LookupIsWhitespaceSignificantCollection 할 수 있습니다. 반환 값 및 기타 동작에 대한 자세한 내용은 이 형식에 대한 LookupIsWhitespaceSignificantCollection 설명서를 참조하세요.

적용 대상