OpenXmlSupportedRelationshipExtensions.AddCustomPropertyPart Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AddCustomPropertyPart<T>(T, PartTypeInfo, String) |
Fügt eine CustomPropertyPart als Beziehung zum übergeordneten Teil hinzu. |
AddCustomPropertyPart<T>(T, String, String) |
Fügt eine CustomPropertyPart als Beziehung zum übergeordneten Teil hinzu. |
AddCustomPropertyPart<T>(T, PartTypeInfo, String)
Fügt eine CustomPropertyPart als Beziehung zum übergeordneten Teil hinzu.
public static DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart<T> (this T parent, DocumentFormat.OpenXml.Packaging.PartTypeInfo partType, string? id = default) where T : DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer, DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.CustomPropertyPart>;
static member AddCustomPropertyPart : 'T * DocumentFormat.OpenXml.Packaging.PartTypeInfo * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer and 'T :> DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.CustomPropertyPart>)
<Extension()>
Public Function AddCustomPropertyPart(Of T As {OpenXmlPartContainer, ISupportedRelationship(Of CustomPropertyPart)}) (parent As T, partType As PartTypeInfo, Optional id As String = Nothing) As CustomPropertyPart
Typparameter
- T
Parameter
- parent
- T
Der übergeordnete Teil, der das Hinzufügen anfordert.
- partType
- PartTypeInfo
Die Teiletypinformationen für den hinzugefügten erweiterbaren Teil.
- id
- String
Die Beziehungs-ID. Optional, standardwert auf NULL.
Gibt zurück
Gilt für:
AddCustomPropertyPart<T>(T, String, String)
Fügt eine CustomPropertyPart als Beziehung zum übergeordneten Teil hinzu.
public static DocumentFormat.OpenXml.Packaging.CustomPropertyPart AddCustomPropertyPart<T> (this T parent, string contentType, string? id = default) where T : DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer, DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.CustomPropertyPart>;
static member AddCustomPropertyPart : 'T * string * string -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart (requires 'T :> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer and 'T :> DocumentFormat.OpenXml.Packaging.ISupportedRelationship<DocumentFormat.OpenXml.Packaging.CustomPropertyPart>)
<Extension()>
Public Function AddCustomPropertyPart(Of T As {OpenXmlPartContainer, ISupportedRelationship(Of CustomPropertyPart)}) (parent As T, contentType As String, Optional id As String = Nothing) As CustomPropertyPart
Typparameter
- T
Parameter
- parent
- T
Der übergeordnete Teil, der das Hinzufügen anfordert.
- contentType
- String
Die Inhaltstypinformationen für den hinzugefügten erweiterbaren Teil.
- id
- String
Die Beziehungs-ID. Optional, standardwert auf NULL.