Share via


IPropertyOwner.Properties-Eigenschaft

Ruft die Auflistung von Eigenschaften ab, die vom Besitzer gesteuert werden.

Namespace:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Syntax

'Declaration
ReadOnly Property Properties As PropertyCollection
PropertyCollection Properties { get; }
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
abstract Properties : PropertyCollection with get
function get Properties () : PropertyCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.Utilities.PropertyCollection
Die Auflistung von Eigenschaften, die vom Eigenschaftenbesitzer gesteuert werden.

.NET Framework-Sicherheit

Siehe auch

Referenz

IPropertyOwner Schnittstelle

Microsoft.VisualStudio.Utilities-Namespace