OpenXmlSupportedRelationshipExtensions.AddEmbeddedControlPersistenceBinaryDataPart Méthode
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.
Surcharges
| AddEmbeddedControlPersistenceBinaryDataPart<T>(T, PartTypeInfo, String) |
Ajoute un EmbeddedControlPersistenceBinaryDataPart en tant que relation au composant parent |
| AddEmbeddedControlPersistenceBinaryDataPart<T>(T, String, String) |
Ajoute un EmbeddedControlPersistenceBinaryDataPart en tant que relation au composant parent |
AddEmbeddedControlPersistenceBinaryDataPart<T>(T, PartTypeInfo, String)
Ajoute un EmbeddedControlPersistenceBinaryDataPart en tant que relation au composant parent
public static DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart<T>(this T parent, DocumentFormat.OpenXml.Packaging.PartTypeInfo partType, string? id = default) where T : DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer, DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart>;
static member AddEmbeddedControlPersistenceBinaryDataPart : 'T * DocumentFormat.OpenXml.Packaging.PartTypeInfo * string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer and 'T :> DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart>)
<Extension()>
Public Function AddEmbeddedControlPersistenceBinaryDataPart(Of T As {OpenXmlPartContainer, ISupportedRelationship(Of EmbeddedControlPersistenceBinaryDataPart)}) (parent As T, partType As PartTypeInfo, Optional id As String = Nothing) As EmbeddedControlPersistenceBinaryDataPart
Paramètres de type
- T
Paramètres
- parent
- T
Partie parente demandant à ajouter.
- partType
- PartTypeInfo
Informations sur le type de composant pour la partie extensible ajoutée.
- id
- String
ID de relation. Facultatif, valeur par défaut null.
Retours
S’applique à
AddEmbeddedControlPersistenceBinaryDataPart<T>(T, String, String)
Ajoute un EmbeddedControlPersistenceBinaryDataPart en tant que relation au composant parent
public static DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart<T>(this T parent, string contentType, string? id = default) where T : DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer, DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart>;
static member AddEmbeddedControlPersistenceBinaryDataPart : 'T * string * string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer and 'T :> DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart>)
<Extension()>
Public Function AddEmbeddedControlPersistenceBinaryDataPart(Of T As {OpenXmlPartContainer, ISupportedRelationship(Of EmbeddedControlPersistenceBinaryDataPart)}) (parent As T, contentType As String, Optional id As String = Nothing) As EmbeddedControlPersistenceBinaryDataPart
Paramètres de type
- T
Paramètres
- parent
- T
Partie parente demandant à ajouter.
- contentType
- String
Informations de type de contenu pour la partie extensible ajoutée.
- id
- String
ID de relation. Facultatif, valeur par défaut null.