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