次の方法で共有


SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart Method (String, String)

Adds a EmbeddedControlPersistenceBinaryDataPart to the SlideLayoutPart.

Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Function AddEmbeddedControlPersistenceBinaryDataPart ( _
    contentType As String, _
    id As String _
) As EmbeddedControlPersistenceBinaryDataPart
'使用
Dim instance As SlideLayoutPart
Dim contentType As String
Dim id As String
Dim returnValue As EmbeddedControlPersistenceBinaryDataPart

returnValue = instance.AddEmbeddedControlPersistenceBinaryDataPart(contentType, _
    id)
public EmbeddedControlPersistenceBinaryDataPart AddEmbeddedControlPersistenceBinaryDataPart(
    string contentType,
    string id
)

Parameters

  • contentType
    Type: System.String
    the content type of the EmbeddedControlPersistenceBinaryDataPart.

Return Value

Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart
The newly added part.

See Also

Reference

SlideLayoutPart Class

SlideLayoutPart Members

AddEmbeddedControlPersistenceBinaryDataPart Overload

DocumentFormat.OpenXml.Packaging Namespace