Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 2.01 KB

iannotationprovider.md

File metadata and controls

27 lines (17 loc) · 2.01 KB
-api-id -api-type
T:Windows.UI.Xaml.Automation.Provider.IAnnotationProvider
winrt interface

Windows.UI.Xaml.Automation.Provider.IAnnotationProvider

-description

Exposes the properties of an annotation in a document. Implement this interface in order to support the capabilities that an automation client requests with a GetPattern call and PatternInterface.Annotation.

-remarks

The Annotation control pattern is used to expose the properties of an annotation in a document. One example is a comment balloon that is in the margin of a document and is connected to some document text or a spreadsheet cell. For more info on what this pattern is for, see Annotation Control Pattern.

IAnnotationProvider isn't implemented by any existing Windows Runtime automation peers. The interface exists so that custom control authors can support the automation pattern in a custom control, and implement their automation support using the same Windows Runtime managed or C++ API as they use to define control logic or other automation support.

Use AnnotationPatternIdentifiers if you want to reference the IAnnotationProvider pattern properties from control code when you fire automation events or call RaisePropertyChangedEvent.

-examples

-see-also

AnnotationPatternIdentifiers, IAnnotationProvider (COM), Custom automation peers, Annotation Control Pattern