OpenXmlElement.RemoveAnnotations メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
削除する注釈の型。