OpenXmlElement.RemoveAnnotations メソッド

定義

オーバーロード

RemoveAnnotations(Type)

指定した型の注釈を現在の OpenXmlElement 要素から削除します。

RemoveAnnotations<T>()

指定した型の注釈を現在の OpenXmlElement 要素から削除します。

RemoveAnnotations(Type)

指定した型の注釈を現在の OpenXmlElement 要素から削除します。

public void RemoveAnnotations (Type type);
member this.RemoveAnnotations : Type -> unit
Public Sub RemoveAnnotations (type As Type)

パラメーター

type
Type

削除する注釈の型。

適用対象

RemoveAnnotations<T>()

指定した型の注釈を現在の OpenXmlElement 要素から削除します。

public void RemoveAnnotations<T> () where T : class;
member this.RemoveAnnotations : unit -> unit (requires 'T : null)
Public Sub RemoveAnnotations(Of T As Class) ()

型パラメーター

T

削除する注釈の型。

適用対象