MainDocumentPart.AddEmbeddedControlPersistencePart-Methode (EmbeddedControlPersistencePartType, String)
Adds a EmbeddedControlPersistencePart to the MainDocumentPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddEmbeddedControlPersistencePart ( _
partType As EmbeddedControlPersistencePartType, _
id As String _
) As EmbeddedControlPersistencePart
'Usage
Dim instance As MainDocumentPart
Dim partType As EmbeddedControlPersistencePartType
Dim id As String
Dim returnValue As EmbeddedControlPersistencePart
returnValue = instance.AddEmbeddedControlPersistencePart(partType, _
id)
public EmbeddedControlPersistencePart AddEmbeddedControlPersistencePart(
EmbeddedControlPersistencePartType partType,
string id
)
Parameter
- partType
Typ: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType
The part type of the EmbeddedControlPersistencePart
- id
Typ: System.String
The relationship id
Rückgabewert
Typ: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart
The newly added part.