InternationalMacroSheetPart.AddCustomPropertyPart 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
AddCustomPropertyPart(CustomPropertyPartType) |
Agrega customPropertyPart a InternationalMacroSheetPart |
AddCustomPropertyPart(String) |
Agrega customPropertyPart a InternationalMacroSheetPart |
AddCustomPropertyPart(CustomPropertyPartType, String) |
Agrega customPropertyPart a InternationalMacroSheetPart |
AddCustomPropertyPart(String, String) |
Agrega customPropertyPart a InternationalMacroSheetPart |
AddCustomPropertyPart(CustomPropertyPartType)
Agrega customPropertyPart a InternationalMacroSheetPart
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType);
member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (partType As CustomPropertyPartType) As CustomPropertyPart
Parámetros
- partType
- CustomPropertyPartType
Tipo de elemento de CustomPropertyPart
Devoluciones
La parte recién agregada.
Se aplica a
AddCustomPropertyPart(String)
Agrega customPropertyPart a InternationalMacroSheetPart
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (string contentType);
member this.AddCustomPropertyPart : string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (contentType As String) As CustomPropertyPart
Parámetros
- contentType
- String
Tipo de contenido de CustomPropertyPart
Devoluciones
La parte recién agregada.
Se aplica a
AddCustomPropertyPart(CustomPropertyPartType, String)
Agrega customPropertyPart a InternationalMacroSheetPart
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string id);
member this.AddCustomPropertyPart : DocumentFormat.OpenXml.Packaging.CustomPropertyPartType * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (partType As CustomPropertyPartType, id As String) As CustomPropertyPart
Parámetros
- partType
- CustomPropertyPartType
Tipo de elemento de CustomPropertyPart
- id
- String
Identificador de relación
Devoluciones
La parte recién agregada.
Se aplica a
AddCustomPropertyPart(String, String)
Agrega customPropertyPart a InternationalMacroSheetPart
public DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart (string contentType, string id);
member this.AddCustomPropertyPart : string * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Public Function AddCustomPropertyPart (contentType As String, id As String) As CustomPropertyPart
Parámetros
- contentType
- String
Tipo de contenido de CustomPropertyPart
- id
- String
Identificador de relación
Devoluciones
La parte recién agregada.