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

取得する注釈の型。

戻り値

この PartContainer の注釈を含むオブジェクトの IEnumerable(T) です。

適用対象

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

取得する注釈の型。

戻り値

この PartContainer の注釈を含むオブジェクトの IEnumerable(T) です。

適用対象