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
를 사용할 수 없는 경우
뷰어 컨트롤에 콘텐츠 선택 영역이 포함되어 있지 않은 경우
설명
현재 선택 영역에 의해 정의 된 내용을 텍스트 스티커 메모 주석 앵커 되는 DocumentViewerBase, DocumentViewer, FlowDocumentPageViewer, FlowDocumentScrollViewer, 또는 FlowDocumentReader 에 지정 된 컨트롤을 AnnotationService 생성자입니다.
주석이 생성 됩니다 (선택 길이가 0) 사용자가 선택한 내용이 없는 경우 및 InvalidOperationException throw 됩니다.
author
로 지정할 수 있습니다 null
없습니다 작성자가 정의 하는 경우.
지정 된 주석 service
호출을 통해 사용할 수 있어야 합니다 AnnotationService.Enable 호출 하기 전에 CreateTextStickyNoteForSelection입니다.