ExtendedPart Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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