Share via


EndnotesPart.AddEmbeddedObjectPart Method (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[このトピックはプレリリースのドキュメントであり、今後のリリース時に変更される可能性があります。空白のトピックはプレースホルダとして表示されています。]

Add a EmbeddedObjectPart to the EndnotesPart

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

構文

'宣言
Public Function AddEmbeddedObjectPart ( _
    contentType As String _
) As EmbeddedObjectPart
'使用
Dim instance As EndnotesPart
Dim contentType As String
Dim returnValue As EmbeddedObjectPart

returnValue = instance.AddEmbeddedObjectPart(contentType)
public EmbeddedObjectPart AddEmbeddedObjectPart (
    string contentType
)

Parameters

  • contentType
    the content type of the EmbeddedObjectPart

Return Value

The newly added part

参照

リファレンス

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