IAnnotatedObject Interface

Definition

Represents the IAnnotationDictionary, which enables association of custom data with the object implementing this interface.

public interface class IAnnotatedObject
public interface IAnnotatedObject
type IAnnotatedObject = interface
Public Interface IAnnotatedObject
Derived

Properties

Annotations

Gets an instance IAnnotationDictionary to associate custom data with the object implementing the IAnnotatedObject interface.

Applies to