OpenXmlPartContainer.Annotation 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
Annotation(Type) |
Obtenez le premier objet d’annotation du type spécifié à partir de ce PartContainer. |
Annotation<T>() |
Obtenez le premier objet d’annotation du type spécifié à partir de ce PartContainer. |
Annotation(Type)
Obtenez le premier objet d’annotation du type spécifié à partir de ce PartContainer.
public object Annotation (Type type);
public object? Annotation (Type type);
member this.Annotation : Type -> obj
Public Function Annotation (type As Type) As Object
Paramètres
- type
- Type
Type de l’annotation à récupérer.
Retours
Premier objet d’annotation du type spécifié.
S’applique à
Annotation<T>()
Obtenez le premier objet d’annotation du type spécifié à partir de ce PartContainer.
public T Annotation<T> () where T : class;
public T? Annotation<T> () where T : class;
member this.Annotation : unit -> 'T (requires 'T : null)
Public Function Annotation(Of T As Class) () As T
Paramètres de type
- T
Type de l’annotation à récupérer.
Retours
Premier objet d’annotation du type spécifié.