Share via


HeaderPart.AddVideoPart Method (VideoPartType) (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.]

Add a VideoPart to the HeaderPart

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

Syntax

'Declaration
Public Function AddVideoPart ( _
    partType As VideoPartType _
) As VideoPart
'Usage
Dim instance As HeaderPart
Dim partType As VideoPartType
Dim returnValue As VideoPart

returnValue = instance.AddVideoPart(partType)
public VideoPart AddVideoPart (
    VideoPartType partType
)

Parameters

  • partType
    the part type of the VideoPart

Return Value

The newly added part

See Also

Reference

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