IPropertyOwner Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides ownership of an arbitrary set of properties.
public interface class IPropertyOwner
public interface class IPropertyOwner
__interface IPropertyOwner
public interface IPropertyOwner
type IPropertyOwner = interface
Public Interface IPropertyOwner
- Derived
Remarks
This interface should be implemented for classes that need to control the lifetimes of their properties.
Properties
Properties |
The collection of properties controlled by the property owner. |