ModelItemDictionary.Keys Propriedade

Definição

Obtém as chaves da coleção. É garantido que as chaves estejam na mesma ordem que os valores. A coleção resultante é somente leitura.

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)

Valor da propriedade

Retorna ICollection<T>.

Implementações

Aplica-se a