IPropertyOwner.Properties Property

Definition

The collection of properties controlled by the property owner.

public:
 property Microsoft::VisualStudio::Utilities::PropertyCollection ^ Properties { Microsoft::VisualStudio::Utilities::PropertyCollection ^ get(); };
public Microsoft.VisualStudio.Utilities.PropertyCollection Properties { get; }
member this.Properties : Microsoft.VisualStudio.Utilities.PropertyCollection
Public ReadOnly Property Properties As PropertyCollection

Property Value

The collection of properties controlled by the property owner.

Applies to