ISupportedRelationship<TPart> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the interface for tagging a part that can add extensible parts.
public interface ISupportedRelationship<TPart> where TPart : OpenXmlPart
type ISupportedRelationship<'Part (requires 'Part :> OpenXmlPart)> = interface
Public Interface ISupportedRelationship(Of TPart)
Type Parameters
- TPart
Extensible part type that is supported by the implementing class.
- Derived