ItemContainerGenerator.Items プロパティ

定義

この ItemContainerGenerator に属する項目のコレクションを取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ Items { System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<object> Items { get; }
member this.Items : System.Collections.ObjectModel.ReadOnlyCollection<obj>
Public ReadOnly Property Items As ReadOnlyCollection(Of Object)

プロパティ値

この ItemContainerGenerator に属する項目のコレクション。

注釈

このプロパティは頻繁に更新されるため、値を保存しないでください。

適用対象