Freigeben über


NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart-Methode (String)

Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesSlidePart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function AddEmbeddedControlPersistenceBinaryDataPart ( _
    contentType As String _
) As EmbeddedControlPersistenceBinaryDataPart
'Usage
Dim instance As NotesSlidePart
Dim contentType As String
Dim returnValue As EmbeddedControlPersistenceBinaryDataPart

returnValue = instance.AddEmbeddedControlPersistenceBinaryDataPart(contentType)
public EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart(
    string contentType
)

Parameter

  • contentType
    Typ: System.String
    the content type of the EmbeddedControlPersistenceBinaryDataPart.

Rückgabewert

Typ: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
The newly added part.

Siehe auch

Referenz

NotesSlidePart Klasse

NotesSlidePart-Member

AddEmbeddedControlPersistenceBinaryDataPart Überladung

DocumentFormat.OpenXml.Packaging-Namespace