ExtendedPart Constructor (String)
Initialize a new instance of ExtendedPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Protected Friend Sub New ( _
relationshipType As String _
)
'Usage
Dim relationshipType As String
Dim instance As New ExtendedPart(relationshipType)
protected internal ExtendedPart(
string relationshipType
)
Parameters
- relationshipType
Type: System.String