OpenXmlPartContainer.AddNewPart<T> Method (String)
Adds a new part of type T
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Function AddNewPart(Of T As {OpenXmlPart, IFixedContentTypePart}) ( _
id As String _
) As T
用法
Dim instance As OpenXmlPartContainer
Dim id As String
Dim returnValue As T
returnValue = instance.AddNewPart(id)
public T AddNewPart<T>(
string id
)
where T : OpenXmlPart, IFixedContentTypePart
Type Parameters
- T
The class of the part.
Parameters
- id
Type: System.String
The relationship id.
Return Value
Type: T
The added part.
Exceptions
Exception | Condition |
---|---|
OpenXmlPackageException | When the part is not allowed to be referenced by this part. |