PropertyCollection.PropertyList Propriedade

Definição

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

ReadOnlyCollection<KeyValuePair<Object,Object>>

A coleção somente leitura.

Aplica-se a