OpenXmlPartContainer.Annotations メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
取得する注釈の型。
戻り値
IEnumerable<T>
この PartContainer の注釈を含むオブジェクトの IEnumerable(T) です。