Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>> with get
function get PropertyList () : ReadOnlyCollection<KeyValuePair<Object, Object>>
Property Value
Type: ReadOnlyCollection<KeyValuePair<Object, Object>>
The read-only collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.