AnnotationHelper.DeleteTextStickyNotesForSelection(AnnotationService) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime les annotations de pense-bête de texte entièrement contenues dans la sélection actuelle du contrôle de visionneuse associé au AnnotationService donné.
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)
Paramètres
- service
- AnnotationService
Service d'annotations duquel supprimer les annotations de pense-bête de texte.
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 d’utilisateur ou si la sélection de l’utilisateur ne contient pas entièrement d’annotations de note collante de texte, DeleteTextStickyNotesForSelection n’effectue aucune opération.
L’annotation service
donnée doit être activée au moyen d’un appel avant AnnotationService.Enable d’appeler DeleteTextStickyNotesForSelection.