AutomationProperties.AnnotationsProperty 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.
Identifies a dependency property that's used for a list of annotation objects in a document, such as comment, header, footer, and so on.
public:
static property DependencyProperty ^ AnnotationsProperty { DependencyProperty ^ get(); };
static DependencyProperty AnnotationsProperty();
public static DependencyProperty AnnotationsProperty { get; }
var dependencyProperty = AutomationProperties.annotationsProperty;
Public Shared ReadOnly Property AnnotationsProperty As DependencyProperty
Property Value
The identifier for the Annotations attached property.
Remarks
There's no public dependency property for Annotations. Use GetAnnotations to get the list of annotations.