ISupportedRelationship<TPart> インターフェイス

定義

拡張可能なパーツを追加できるパーツにタグを付けるインターフェイスを定義します。

public interface ISupportedRelationship<TPart> where TPart : OpenXmlPart
type ISupportedRelationship<'Part (requires 'Part :> OpenXmlPart)> = interface
Public Interface ISupportedRelationship(Of TPart)

型パラメーター

TPart

実装クラスでサポートされる拡張可能なパーツ型。

派生

適用対象