Aracılığıyla paylaş


ModelItemDictionary.Keys Özellik

Tanım

Koleksiyonun anahtarlarını alır. Anahtarların değerlerle aynı sırada olması garantidir. Sonuçta elde edilen koleksiyon salt okunurdur.

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)

Özellik Değeri

ICollection<ModelItem>

ICollection<T> döndürür.

Uygulamalar

Şunlara uygulanır