ISupportedRelationship<TPart> Interface

Definition

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

Applies to