ModelItemDictionary.Keys プロパティ

定義

コレクションのキーを取得します。 キーは、値と同じ順序になることが保証されています。 結果のコレクションは読み取り専用です。

public:
 abstract property System::Collections::Generic::ICollection<System::Activities::Presentation::Model::ModelItem ^> ^ Keys { System::Collections::Generic::ICollection<System::Activities::Presentation::Model::ModelItem ^> ^ get(); };
public abstract System.Collections.Generic.ICollection<System.Activities.Presentation.Model.ModelItem> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<System.Activities.Presentation.Model.ModelItem>
Public MustOverride ReadOnly Property Keys As ICollection(Of ModelItem)

プロパティ値

ICollection<T> を返します。

実装

適用対象