Share via


ISupportedRelationship<TPart> 接口

定义

定义用于标记可添加可扩展部件的部件的接口。

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

类型参数

TPart

实现类支持的可扩展部件类型。

派生

适用于