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
'宣言
Public ReadOnly Property PropertyList As ReadOnlyCollection(Of KeyValuePair(Of Object, Object))
Get
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
- 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.