ISupportedRelationship<TPart> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l’interface pour l’étiquetage d’un composant qui peut ajouter des parties extensibles.
public interface ISupportedRelationship<TPart> where TPart : OpenXmlPart
type ISupportedRelationship<'Part (requires 'Part :> OpenXmlPart)> = interface
Public Interface ISupportedRelationship(Of TPart)
Paramètres de type
- TPart
Type de composant extensible pris en charge par la classe d’implémentation.
- Dérivé