Freigeben über


OpenXmlSimpleType.Clone-Methode

Creates a duplicate of this value.

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

Syntax

'Declaration
Public Function Clone As Object
'Usage
Dim instance As OpenXmlSimpleType
Dim returnValue As Object

returnValue = instance.Clone()
public Object Clone()

Rückgabewert

Typ: System.Object
The cloned value.

Implementiert

ICloneable.Clone()

Hinweise

Deep copy clone.

Siehe auch

Referenz

OpenXmlSimpleType Klasse

OpenXmlSimpleType-Member

DocumentFormat.OpenXml-Namespace