OpenXmlPartContainer.RemoveAnnotations Méthode

Définition

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.

S’applique à