SlidePart.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 SlidePart | 
| AddEmbeddedControlPersistenceBinaryDataPart(String) | Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart | 
| AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String) | Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart | 
| AddEmbeddedControlPersistenceBinaryDataPart(String, String) | Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart | 
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType)
Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType);member this.AddEmbeddedControlPersistenceBinaryDataPart : DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartPublic Function AddEmbeddedControlPersistenceBinaryDataPart (partType As EmbeddedControlPersistenceBinaryDataPartType) As EmbeddedControlPersistenceBinaryDataPartParameters
The part type of the EmbeddedControlPersistenceBinaryDataPart
Returns
The newly added part.
Applies to
AddEmbeddedControlPersistenceBinaryDataPart(String)
Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart(string contentType);member this.AddEmbeddedControlPersistenceBinaryDataPart : string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartPublic Function AddEmbeddedControlPersistenceBinaryDataPart (contentType As String) As EmbeddedControlPersistenceBinaryDataPartParameters
- contentType
- String
The content type of the EmbeddedControlPersistenceBinaryDataPart
Returns
The newly added part.
Applies to
AddEmbeddedControlPersistenceBinaryDataPart(EmbeddedControlPersistenceBinaryDataPartType, String)
Adds a EmbeddedControlPersistenceBinaryDataPart to the SlidePart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string id);member this.AddEmbeddedControlPersistenceBinaryDataPart : DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType * string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartPublic Function AddEmbeddedControlPersistenceBinaryDataPart (partType As EmbeddedControlPersistenceBinaryDataPartType, id As String) As EmbeddedControlPersistenceBinaryDataPartParameters
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 SlidePart
public DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart(string contentType, string id);member this.AddEmbeddedControlPersistenceBinaryDataPart : string * string -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartPublic Function AddEmbeddedControlPersistenceBinaryDataPart (contentType As String, id As String) As EmbeddedControlPersistenceBinaryDataPartParameters
- contentType
- String
The content type of the EmbeddedControlPersistenceBinaryDataPart
- id
- String
The relationship id
Returns
The newly added part.