IPropertyOwner Interface
Provides ownership of an arbitrary set of properties.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Declaration
Public Interface IPropertyOwner
public interface IPropertyOwner
public interface class IPropertyOwner
type IPropertyOwner = interface end
public interface IPropertyOwner
The IPropertyOwner type exposes the following members.
Properties
Name | Description | |
---|---|---|
Properties | Gets the collection of properties controlled by the property owner. |
Top
Remarks
This interface should be implemented for classes that need to control the lifetimes of their properties.