XamlType.LookupIsWhitespaceSignificantCollection Yöntem

Tanım

BUNUN, XML tanımına göre önemli bir boş alan koleksiyonunu temsil edip etmediğini XamlType gösteren bir değer döndürür.

protected:
 virtual bool LookupIsWhitespaceSignificantCollection();
protected virtual bool LookupIsWhitespaceSignificantCollection ();
abstract member LookupIsWhitespaceSignificantCollection : unit -> bool
override this.LookupIsWhitespaceSignificantCollection : unit -> bool
Protected Overridable Function LookupIsWhitespaceSignificantCollection () As Boolean

Döndürülenler

Boolean

true bu XamlType boşluk önemli bir koleksiyonu temsil ederse; değilse, false.

Açıklamalar

Bu yöntem çağrısıyla IsWhitespaceSignificantCollectionçağrılabilir.

Varsayılan uygulama, okuma WhitespaceSignificantCollectionAttributetemelinde bir değer döndürür. Ayrıca, hemen temel alınan türde öznitelik bulunamazsa özniteliğini de denetleyebilir BaseType . Bir değer kullanılamıyorsa değerini döndürür false.

Farklı mantık kullanmak istiyorsanız IsWhitespaceSignificantCollection bu yöntemi geçersiz kılın.

Şunlara uygulanır