XamlType.IsWhitespaceSignificantCollection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示此 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
。
備註
如果您未針對 XamlType 使用預設的內部 CLR 反映技術,則對此屬性的呼叫可以在衍生類別上 XamlType 叫 LookupIsWhitespaceSignificantCollection 用覆寫。 如需傳回值和其他行為的詳細資訊,請參閱此類型的檔 LookupIsWhitespaceSignificantCollection 。