Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.