Partager via


AnnotationHelper.DeleteInkStickyNotesForSelection(AnnotationService) Méthode

Définition

Supprime les annotations de pense-bête manuscrit entièrement contenues dans la sélection actuelle du contrôle de visionneuse associé au AnnotationService donné.

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

Paramètres

service
AnnotationService

Service d'annotations duquel supprimer les annotations de pense-bête manuscrit.

Exceptions

service a la valeur null.

service n'est pas activé.

Remarques

Si le contrôle visionneuse associé au AnnotationService contrôle ne contient aucune sélection utilisateur ou si la sélection de l’utilisateur ne contient pas entièrement d’annotations de note d’entrée manuscrite, DeleteInkStickyNotesForSelection n’effectue aucune opération.

L’annotation service donnée doit être activée au moyen d’un appel avant AnnotationService.Enable d’appeler DeleteInkStickyNotesForSelection.

S’applique à

Voir aussi