IAnnotatedObject.Annotations Property
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.
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.