ArrayExtension.Items 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得陣列的內容。 可在 XAML 中透過 XAML 集合語法設定。
public:
property System::Collections::IList ^ Items { System::Collections::IList ^ get(); };
public System.Collections.IList Items { get; }
member this.Items : System.Collections.IList
Public ReadOnly Property Items As IList
屬性值
陣列的內容。
備註
Items 是的屬性 ArrayExtension化 XAML 內容屬性。 XAML 內容屬性指定支援將數位的項目專案指定為 XAML 中子物件專案的一般 XAML 用法。
Items 是內部 ArrayExtension.Items
屬性的物件模型和標記延伸實作公開,如 [MS-XAML] 中所定義 x:ArrayExtension
。
在 叫用之前ProvideValue,類型與 中的Items專案或任何其他驗證問題之間Type不符,不會回報為例外狀況。 此行為與 XAML 標記延伸的一般設計原則一致。
如需 XAML 使用方式資訊,請參閱 x:Array 標記延伸。