次の方法で共有


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

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

Add a EmbeddedObjectPart to the NotesMasterPart

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 NotesMasterPart
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

参照

リファレンス

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