Поделиться через


OpenXmlPartContainer.Annotations Метод

Определение

Перегрузки

Annotations(Type)

Возвращает коллекцию заметок указанного типа для этого PartContainer.

Annotations<T>()

Возвращает коллекцию заметок указанного типа для этого PartContainer.

Annotations(Type)

Возвращает коллекцию заметок указанного типа для этого PartContainer.

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)

Параметры

type
Type

Тип извлекаемых заметок.

Возвращаемое значение

Объект IEnumerable(T), содержащий заметки для этого PartContainer.

Применяется к

Annotations<T>()

Возвращает коллекцию заметок указанного типа для этого PartContainer.

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)

Параметры типа

T

Тип извлекаемых заметок.

Возвращаемое значение

Объект IEnumerable(T), содержащий заметки для этого PartContainer.

Применяется к