PropertyCollection.PropertyList Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna a coleção de propriedades como uma coleção somente leitura.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>> ^ PropertyList { System::Collections::ObjectModel::ReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<object,object>> PropertyList { get; }
member this.PropertyList : System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<obj, obj>>
Public ReadOnly Property PropertyList As ReadOnlyCollection(Of KeyValuePair(Of Object, Object))
Valor da propriedade
A coleção somente leitura.