XamlType.IsArray 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示此 XamlType 是否代表陣列。
public:
property bool IsArray { bool get(); };
public bool IsArray { get; }
member this.IsArray : bool
Public ReadOnly Property IsArray As Boolean
屬性值
如果這個 XamlType 表示陣列,則為 true
,否則為 false
。
備註
如果您未針對 XamlType 使用預設的內部 CLR 反映技術,對此屬性的呼叫可以在衍生類別上 XamlType 叫 LookupCollectionKind 用覆寫。 如需傳回值和其他行為的詳細資訊,請參閱此類型的檔 LookupCollectionKind 。