WordprocessingCommentsPart.AddEmbeddedControlPersistencePart Method (EmbeddedControlPersistencePartType)
Adds a EmbeddedControlPersistencePart to the WordprocessingCommentsPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddEmbeddedControlPersistencePart ( _
partType As EmbeddedControlPersistencePartType _
) As EmbeddedControlPersistencePart
'Usage
Dim instance As WordprocessingCommentsPart
Dim partType As EmbeddedControlPersistencePartType
Dim returnValue As EmbeddedControlPersistencePart
returnValue = instance.AddEmbeddedControlPersistencePart(partType)
public EmbeddedControlPersistencePart AddEmbeddedControlPersistencePart(
EmbeddedControlPersistencePartType partType
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType
The part type of the EmbeddedControlPersistencePart
Return Value
Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart
The newly added part.
See Also
Reference
WordprocessingCommentsPart Class
WordprocessingCommentsPart Members