PropertyCollection.PropertyList Свойство

Определение

Возвращает коллекцию свойств, доступную только для чтения.

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))

Значение свойства

ReadOnlyCollection<KeyValuePair<Object,Object>>

Коллекция, доступная только для чтения.

Применяется к