ISupportedRelationship<TPart> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义用于标记可添加可扩展部件的部件的接口。
public interface ISupportedRelationship<TPart> where TPart : OpenXmlPart
type ISupportedRelationship<'Part (requires 'Part :> OpenXmlPart)> = interface
Public Interface ISupportedRelationship(Of TPart)
类型参数
- TPart
实现类支持的可扩展部件类型。
- 派生