Freigeben über


NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart-Methode (EmbeddedControlPersistenceBinaryDataPartType, String)

Adds a EmbeddedControlPersistenceBinaryDataPart to the NotesSlidePart.

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

Syntax

'Declaration
Public Function AddEmbeddedControlPersistenceBinaryDataPart ( _
    partType As EmbeddedControlPersistenceBinaryDataPartType, _
    id As String _
) As EmbeddedControlPersistenceBinaryDataPart
'Usage
Dim instance As NotesSlidePart
Dim partType As EmbeddedControlPersistenceBinaryDataPartType
Dim id As String
Dim returnValue As EmbeddedControlPersistenceBinaryDataPart

returnValue = instance.AddEmbeddedControlPersistenceBinaryDataPart(partType, _
    id)
public EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart(
    EmbeddedControlPersistenceBinaryDataPartType partType,
    string id
)

Parameter

Rückgabewert

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

Siehe auch

Referenz

NotesSlidePart Klasse

NotesSlidePart-Member

AddEmbeddedControlPersistenceBinaryDataPart Überladung

DocumentFormat.OpenXml.Packaging-Namespace