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>

パラメーター

type
Type

取得する注釈の種類。

戻り値

IEnumerable<Object>

この 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)

型パラメーター

T

取得する注釈の種類。

戻り値

IEnumerable<T>

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

適用対象