Share via


ExtendedPart Constructors

Definition

Overloads

ExtendedPart()
Obsolete.

Default constructor.

ExtendedPart(String)

Initialize a new instance of ExtendedPart.

ExtendedPart()

Caution

Does not set a RelationshipType

Default constructor.

protected ExtendedPart ();
[System.Obsolete("Does not set a RelationshipType")]
protected ExtendedPart ();
Protected Sub New ()
Attributes

Applies to

ExtendedPart(String)

Initialize a new instance of ExtendedPart.

protected internal ExtendedPart (string relationshipType);
new DocumentFormat.OpenXml.Packaging.ExtendedPart : string -> DocumentFormat.OpenXml.Packaging.ExtendedPart
Protected Friend Sub New (relationshipType As String)

Parameters

relationshipType
String

Applies to