Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.