Compartir a través de


AnnotationHelper.DeleteTextStickyNotesForSelection(AnnotationService) Método

Definición

Elimina las anotaciones de nota adhesiva de texto que están contenidas por completo dentro de la selección actual del control de visor asociado al AnnotationService determinado.

public:
 static void DeleteTextStickyNotesForSelection(System::Windows::Annotations::AnnotationService ^ service);
public static void DeleteTextStickyNotesForSelection (System.Windows.Annotations.AnnotationService service);
static member DeleteTextStickyNotesForSelection : System.Windows.Annotations.AnnotationService -> unit
Public Shared Sub DeleteTextStickyNotesForSelection (service As AnnotationService)

Parámetros

service
AnnotationService

Servicio de anotaciones del que se va a eliminar las anotaciones de nota adhesiva de texto.

Excepciones

service es null.

service no está habilitado.

Comentarios

Si el control de visor asociado a AnnotationService no contiene ninguna selección de usuario o la selección del usuario no contiene completamente ninguna anotación de nota pegajosa de texto, DeleteTextStickyNotesForSelection no realiza ninguna operación.

La anotación service especificada debe habilitarse mediante una llamada a antes AnnotationService.Enable de llamar DeleteTextStickyNotesForSelectiona .

Se aplica a

Consulte también