ModelItemDictionary.Values プロパティ

定義

コレクションの値を取得します。

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

プロパティ値

ICollection<T> を返します。

実装

注釈

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

適用対象