IAnnotatedObject Interface
Represents the IAnnotationDictionary, which enables association of custom data with the object implementing this interface.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IAnnotatedObject
public interface IAnnotatedObject
The IAnnotatedObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Annotations | Gets an instance IAnnotationDictionary to associate custom data with the object implementing the IAnnotatedObject interface. |
Top