AnnotationResource Class
Represents a content anchor or cargo resource for an Annotation.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | AnnotationResource() | This constructor supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
![]() | AnnotationResource(Guid) | This constructor supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
![]() | AnnotationResource(String^) | Initializes a new instance of the AnnotationResource class with a specified name. |
| Name | Description | |
|---|---|---|
![]() | ContentLocators | Gets the collection of ContentLocatorBase elements contained in this resource. |
![]() | Contents | Gets a collection of the XmlElement objects that define the content of this resource. |
![]() | Id | Gets the GUID of this resource. |
![]() | Name | Gets or sets a name for this AnnotationResource. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSchema() | Always returns null. See Annotations Schema for schema details. |
![]() | GetType() | |
![]() | ReadXml(XmlReader^) | Deserializes the AnnotationResource from a specified XmlReader. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteXml(XmlWriter^) | Serializes the AnnotationResource to a specified XmlWriter. |
| Name | Description | |
|---|---|---|
![]() ![]() | INotifyPropertyChanged::PropertyChanged | This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
AnnotationResource elements are used to model Anchors (the data that is being annotated) and Cargos (the data provided by the user such as a text note) in an Annotation.
Through the use of ContentLocators an AnnotationResource can refer to the content, directly contain the content, or both.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



