Freigeben über


InternationalMacroSheetPart.CustomPropertyParts-Eigenschaft

Gets the CustomPropertyParts of the InternationalMacroSheetPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public ReadOnly Property CustomPropertyParts As IEnumerable(Of CustomPropertyPart)
    Get
'Usage
Dim instance As InternationalMacroSheetPart
Dim value As IEnumerable(Of CustomPropertyPart)

value = instance.CustomPropertyParts
public IEnumerable<CustomPropertyPart> CustomPropertyParts { get; }

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<CustomPropertyPart>

Siehe auch

Referenz

InternationalMacroSheetPart Klasse

InternationalMacroSheetPart-Member

DocumentFormat.OpenXml.Packaging-Namespace