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>

实现

适用于