Compartilhar via


OpenXmlElement.Annotations Método

Definição

Sobrecargas

Annotations(Type)

Obtém uma coleção de anotações com o tipo especificado para o elemento OpenXmlElement atual.

Annotations<T>()

Obtém uma coleção de anotações com o tipo especificado para o elemento OpenXmlElement atual.

Annotations(Type)

Obtém uma coleção de anotações com o tipo especificado para o elemento OpenXmlElement atual.

public System.Collections.Generic.IEnumerable<object> Annotations (Type type);
member this.Annotations : Type -> seq<obj>
Public Iterator Function Annotations (type As Type) As IEnumerable(Of Object)
Public Function Annotations (type As Type) As IEnumerable(Of Object)

Parâmetros

type
Type

O tipo das anotações a serem recuperadas.

Retornos

Um objeto IEnumerable(T) que contém as anotações do elemento OpenXmlElement atual.

Aplica-se a

Annotations<T>()

Obtém uma coleção de anotações com o tipo especificado para o elemento OpenXmlElement atual.

public System.Collections.Generic.IEnumerable<T> Annotations<T> () where T : class;
member this.Annotations : unit -> seq<'T (requires 'T : null)> (requires 'T : null)
Public Iterator Function Annotations(Of T As Class) () As IEnumerable(Of T)
Public Function Annotations(Of T As Class) () As IEnumerable(Of T)

Parâmetros de tipo

T

O tipo das anotações a serem recuperadas.

Retornos

Um objeto IEnumerable(T) que contém as anotações do elemento OpenXmlElement atual.

Aplica-se a