PropertyCollection::PropertyList Property

 

Returns the property collection as a read-only collection.

Namespace:   Microsoft.VisualStudio.Utilities
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.

Return to top
Show: