AnnotationHelper.CreateTextStickyNoteForSelection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在與指定 AnnotationService 關聯之檢視器控制項的目前選取範圍上建立文字自黏便箋附註。
public:
static System::Windows::Annotations::Annotation ^ CreateTextStickyNoteForSelection(System::Windows::Annotations::AnnotationService ^ service, System::String ^ author);
public static System.Windows.Annotations.Annotation CreateTextStickyNoteForSelection (System.Windows.Annotations.AnnotationService service, string author);
static member CreateTextStickyNoteForSelection : System.Windows.Annotations.AnnotationService * string -> System.Windows.Annotations.Annotation
Public Shared Function CreateTextStickyNoteForSelection (service As AnnotationService, author As String) As Annotation
參數
- service
- AnnotationService
用來建立文字自黏便箋附註的附註服務。
- author
- String
附註作者。
傳回
文字自黏便箋附註:如果沒有選取的內容可加註則為 null
。
例外狀況
service
為 null
。
service
未啟用。
檢視器控制項內不含內容選取範圍。
備註
文字黏附注注釋會錨定在建構函式所指定 AnnotationService 之 、 DocumentViewer 、 FlowDocumentPageViewer 、 FlowDocumentScrollViewer 或 FlowDocumentReader 控制項的目前選取範圍 DocumentViewerBase 所定義的內容。
如果沒有使用者選取的內容, (選取長度為零長度) ,則不會建立注釋並 InvalidOperationException 擲回 。
author
可以指定為 null
未定義作者的情況。
在呼叫 CreateTextStickyNoteForSelection 之前,必須透過 呼叫 AnnotationService.Enable 來啟用指定的批註 service
。