Compartir a través de


IPropertyOwner.Properties (Propiedad)

Obtiene la colección de propiedades controlada por el propietario.

Espacio de nombres:  Microsoft.VisualStudio.Utilities
Ensamblado:  Microsoft.VisualStudio.CoreUtility (en Microsoft.VisualStudio.CoreUtility.dll)

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.VisualStudio.Utilities.PropertyCollection
Colección de propiedades controlada por el propietario de la propiedad.

Seguridad de .NET Framework

Vea también

Referencia

IPropertyOwner Interfaz

Microsoft.VisualStudio.Utilities (Espacio de nombres)