Share via


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>를 반환합니다.

구현

적용 대상