XamlType.LookupIsWhitespaceSignificantCollection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,這個值表示此 XamlType 是否代表符合 XML 定義的空白有效集合。
protected:
virtual bool LookupIsWhitespaceSignificantCollection();
protected virtual bool LookupIsWhitespaceSignificantCollection ();
abstract member LookupIsWhitespaceSignificantCollection : unit -> bool
override this.LookupIsWhitespaceSignificantCollection : unit -> bool
Protected Overridable Function LookupIsWhitespaceSignificantCollection () As Boolean
傳回
如果此 XamlType 表示空白字元有效集合則為 true
,否則為 false
。
備註
呼叫 即可叫 IsWhitespaceSignificantCollection 用這個方法。
預設實作會根據讀取 WhitespaceSignificantCollectionAttribute 傳回值。 如果立即基礎類型上找不到任何屬性,也可以檢查 BaseType 屬性的 。 如果值無法使用,則會傳 false
回 。
如果您想要 IsWhitespaceSignificantCollection 使用不同的邏輯,請覆寫此方法。