XamlType.IsWhitespaceSignificantCollection 속성

정의

XML 정의에 따라 공백 중요 컬렉션을 나타내는지 여부를 XamlType 나타내는 값을 가져옵니다.

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

속성 값

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

설명

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

적용 대상