Share via


HeaderPart.AddEmbeddedControlPersistencePart Method (String, String) (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

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

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

Parameters

  • contentType
  • id

See Also

Reference

HeaderPart Class
HeaderPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace