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>

實作

備註

值和索引鍵的順序保證相同。 產生的集合是唯讀的。

適用於