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>

实现

注解

要保证值具有与键一样的顺序。 生成的集合是只读的。

适用于