PropertyCollection::PropertyList Property
Returns the property collection as a read-only collection.
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
public: property ReadOnlyCollection<KeyValuePair<Object^, Object^>>^ PropertyList { ReadOnlyCollection<KeyValuePair<Object^, Object^>>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<KeyValuePair<Object^, Object^>>^The read-only collection.
Show: