EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType) |
Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart |
AddEmbeddedControlPersistenceBinaryDataPart(String) |
Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String) |
Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart |
AddEmbeddedControlPersistenceBinaryDataPart(String, String) |
Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart |
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType)
Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType);
member this.AddEmbeddedControlPersistenceBinaryDataPart : DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (partType As EmbeddedControlPersistenceBinaryDataPartType) As EmbeddedControlPersistenceBinaryDataPart
Parameters
The part type of the EmbeddedControlPersistenceBinaryDataPart
Returns
The newly added part.
Applies to
AddEmbeddedControlPersistenceBinaryDataPart(String)
Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (string contentType);
member this.AddEmbeddedControlPersistenceBinaryDataPart : string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (contentType As String) As EmbeddedControlPersistenceBinaryDataPart
Parameters
- contentType
- String
The content type of the EmbeddedControlPersistenceBinaryDataPart
Returns
The newly added part.
Applies to
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String)
Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string id);
member this.AddEmbeddedControlPersistenceBinaryDataPart : DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType * string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (partType As EmbeddedControlPersistenceBinaryDataPartType, id As String) As EmbeddedControlPersistenceBinaryDataPart
Parameters
The part type of the EmbeddedControlPersistenceBinaryDataPart
- id
- String
The relationship id
Returns
The newly added part.
Applies to
AddEmbeddedControlPersistenceBinaryDataPart(String, String)
Adds a EmbeddedControlPersistenceBinaryDataPart to the EmbeddedControlPersistencePart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart (string contentType, string id);
member this.AddEmbeddedControlPersistenceBinaryDataPart : string * string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
Public Function AddEmbeddedControlPersistenceBinaryDataPart (contentType As String, id As String) As EmbeddedControlPersistenceBinaryDataPart
Parameters
- contentType
- String
The content type of the EmbeddedControlPersistenceBinaryDataPart
- id
- String
The relationship id
Returns
The newly added part.