OpenXmlElement.RemoveAnnotations メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RemoveAnnotations(Type) |
現在の OpenXmlElement 要素から、指定した型の注釈を削除します。 |
RemoveAnnotations<T>() |
現在の OpenXmlElement 要素から、指定した型の注釈を削除します。 |
RemoveAnnotations(Type)
現在の OpenXmlElement 要素から、指定した型の注釈を削除します。
public void RemoveAnnotations (Type type);
member this.RemoveAnnotations : Type -> unit
パラメーター
- 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
削除する注釈の種類。