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)

property PropertyCollection^ Properties {
	PropertyCollection^ get();
}

Property Value

Type: Microsoft.VisualStudio.Utilities::PropertyCollection^

The collection of properties controlled by the property owner.

Return to top
Show: