OpenXmlPartContainer.RemoveAnnotations 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.
Surcharges
RemoveAnnotations(Type) |
Supprime les annotations du type spécifié de ce ComposantContainer. |
RemoveAnnotations<T>() |
Supprime les annotations du type spécifié de ce ComposantContainer. |
RemoveAnnotations(Type)
Supprime les annotations du type spécifié de ce ComposantContainer.
public void RemoveAnnotations (Type type);
member this.RemoveAnnotations : Type -> unit
Public Sub RemoveAnnotations (type As Type)
Paramètres
- type
- Type
Type des annotations à supprimer.
S’applique à
RemoveAnnotations<T>()
Supprime les annotations du type spécifié de ce ComposantContainer.
public void RemoveAnnotations<T> () where T : class;
member this.RemoveAnnotations : unit -> unit (requires 'T : null)
Public Sub RemoveAnnotations(Of T As Class) ()
Paramètres de type
- T
Type des annotations à supprimer.