Proprietà IPropertyOwner.Properties

Ottiene la raccolta di proprietà controllate dal proprietario.

Spazio dei nomi:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.Utilities.PropertyCollection
La raccolta di proprietà controllate dal proprietario.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IPropertyOwner Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Utilities