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)

Syntax

'Declaration
Public ReadOnly Property PropertyList As ReadOnlyCollection(Of KeyValuePair(Of Object, Object))
public ReadOnlyCollection<KeyValuePair<Object, Object>> PropertyList { get; }
public:
property ReadOnlyCollection<KeyValuePair<Object^, Object^>>^ PropertyList {
    ReadOnlyCollection<KeyValuePair<Object^, Object^>>^ get ();
}
member PropertyList : ReadOnlyCollection<KeyValuePair<Object, Object>>
function get PropertyList () : ReadOnlyCollection<KeyValuePair<Object, Object>>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<KeyValuePair<Object, Object>>
The read-only collection.

.NET Framework Security

See Also

Reference

PropertyCollection Class

Microsoft.VisualStudio.Utilities Namespace