IPropertyOwner Interface

Definition

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.

Applies to