InternationalMacroSheetPart.AddCustomPropertyPart Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AddCustomPropertyPart(CustomPropertyPartType) |
Adiciona um CustomPropertyPart ao InternationalMacroSheetPart |
AddCustomPropertyPart(String) |
Adiciona um CustomPropertyPart ao InternationalMacroSheetPart |
AddCustomPropertyPart(CustomPropertyPartType, String) |
Adiciona um CustomPropertyPart ao InternationalMacroSheetPart |
AddCustomPropertyPart(String, String) |
Adiciona um CustomPropertyPart ao InternationalMacroSheetPart |
AddCustomPropertyPart(CustomPropertyPartType)
Adiciona um CustomPropertyPart ao 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
O tipo de parte do CustomPropertyPart
Retornos
A parte recém-adicionada.
Aplica-se a
AddCustomPropertyPart(String)
Adiciona um CustomPropertyPart ao 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
O tipo de conteúdo do CustomPropertyPart
Retornos
A parte recém-adicionada.
Aplica-se a
AddCustomPropertyPart(CustomPropertyPartType, String)
Adiciona um CustomPropertyPart ao 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
O tipo de parte do CustomPropertyPart
- id
- String
A ID da relação
Retornos
A parte recém-adicionada.
Aplica-se a
AddCustomPropertyPart(String, String)
Adiciona um CustomPropertyPart ao 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
O tipo de conteúdo do CustomPropertyPart
- id
- String
A ID da relação
Retornos
A parte recém-adicionada.