IAnnotatedObject.Annotations Property

Definition

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

public:
 property Microsoft::VisualStudio::SharePoint::IAnnotationDictionary ^ Annotations { Microsoft::VisualStudio::SharePoint::IAnnotationDictionary ^ get(); };
public Microsoft.VisualStudio.SharePoint.IAnnotationDictionary Annotations { get; }
member this.Annotations : Microsoft.VisualStudio.SharePoint.IAnnotationDictionary
Public ReadOnly Property Annotations As IAnnotationDictionary

Property Value

An object representing custom data.

Applies to