MainDocumentPart.AddCustomXmlPart Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AddCustomXmlPart(CustomXmlPartType) |
Agrega un objeto CustomXmlPart a MainDocumentPart |
AddCustomXmlPart(String) |
Agrega un objeto CustomXmlPart a MainDocumentPart |
AddCustomXmlPart(CustomXmlPartType, String) |
Agrega un objeto CustomXmlPart a MainDocumentPart |
AddCustomXmlPart(String, String) |
Agrega un objeto CustomXmlPart a MainDocumentPart |
AddCustomXmlPart(CustomXmlPartType)
Agrega un objeto CustomXmlPart a MainDocumentPart
public DocumentFormat.OpenXml.Packaging.CustomXmlPart AddCustomXmlPart (DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType);
member this.AddCustomXmlPart : DocumentFormat.OpenXml.Packaging.CustomXmlPartType -> DocumentFormat.OpenXml.Packaging.CustomXmlPart
Public Function AddCustomXmlPart (partType As CustomXmlPartType) As CustomXmlPart
Parámetros
- partType
- CustomXmlPartType
Tipo de elemento de CustomXmlPart
Devoluciones
La parte recién agregada.
Se aplica a
AddCustomXmlPart(String)
Agrega un objeto CustomXmlPart a MainDocumentPart
public DocumentFormat.OpenXml.Packaging.CustomXmlPart AddCustomXmlPart (string contentType);
member this.AddCustomXmlPart : string -> DocumentFormat.OpenXml.Packaging.CustomXmlPart
Public Function AddCustomXmlPart (contentType As String) As CustomXmlPart
Parámetros
- contentType
- String
Tipo de contenido de CustomXmlPart
Devoluciones
La parte recién agregada.
Se aplica a
AddCustomXmlPart(CustomXmlPartType, String)
Agrega un objeto CustomXmlPart a MainDocumentPart
public DocumentFormat.OpenXml.Packaging.CustomXmlPart AddCustomXmlPart (DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string id);
member this.AddCustomXmlPart : DocumentFormat.OpenXml.Packaging.CustomXmlPartType * string -> DocumentFormat.OpenXml.Packaging.CustomXmlPart
Public Function AddCustomXmlPart (partType As CustomXmlPartType, id As String) As CustomXmlPart
Parámetros
- partType
- CustomXmlPartType
Tipo de elemento de CustomXmlPart
- id
- String
Identificador de relación
Devoluciones
La parte recién agregada.
Se aplica a
AddCustomXmlPart(String, String)
Agrega un objeto CustomXmlPart a MainDocumentPart
public DocumentFormat.OpenXml.Packaging.CustomXmlPart AddCustomXmlPart (string contentType, string id);
member this.AddCustomXmlPart : string * string -> DocumentFormat.OpenXml.Packaging.CustomXmlPart
Public Function AddCustomXmlPart (contentType As String, id As String) As CustomXmlPart
Parámetros
- contentType
- String
Tipo de contenido de CustomXmlPart
- id
- String
Identificador de relación
Devoluciones
La parte recién agregada.