IPropertyOwner.Properties Property

Gets the collection of properties controlled by the property owner.

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
function get Properties () : PropertyCollection

Property Value

Type: Microsoft.VisualStudio.Utilities.PropertyCollection
The collection of properties controlled by the property owner.

.NET Framework Security

See Also

Reference

IPropertyOwner Interface

Microsoft.VisualStudio.Utilities Namespace