Freigeben über


FootnotesPart.AddEmbeddedControlPersistencePart-Methode (String, String)

Adds a EmbeddedControlPersistencePart to the FootnotesPart.

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

Syntax

'Declaration
Public Function AddEmbeddedControlPersistencePart ( _
    contentType As String, _
    id As String _
) As EmbeddedControlPersistencePart
'Usage
Dim instance As FootnotesPart
Dim contentType As String
Dim id As String
Dim returnValue As EmbeddedControlPersistencePart

returnValue = instance.AddEmbeddedControlPersistencePart(contentType, _
    id)
public EmbeddedControlPersistencePart AddEmbeddedControlPersistencePart(
    string contentType,
    string id
)

Parameter

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

Rückgabewert

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

Siehe auch

Referenz

FootnotesPart Klasse

FootnotesPart-Member

AddEmbeddedControlPersistencePart Überladung

DocumentFormat.OpenXml.Packaging-Namespace