AnalysisRegionBase.Clone-Methode
Erstellt eine Kopie von AnalysisRegionBase.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public Function Clone As AnalysisRegionBase
'Usage
Dim instance As AnalysisRegionBase
Dim returnValue As AnalysisRegionBase
returnValue = instance.Clone()
public AnalysisRegionBase Clone()
public:
AnalysisRegionBase^ Clone()
public AnalysisRegionBase Clone()
public function Clone() : AnalysisRegionBase
Rückgabewert
Typ: System.Windows.Ink.AnalysisCore.AnalysisRegionBase
Eine Kopie von AnalysisRegionBase
Beispiele
In diesem Beispiel wird ein bestehender AnalysisRegionBase mit dem Namen theFirstAnalysisRegionBase geklont.
' Create a copy of an AnalysisRegionBase.
Dim theAnalysisRegionBaseCopy As System.Windows.Ink.AnalysisCore.AnalysisRegionBase = _
theFirstAnalysisRegionBase.Clone()
// Create a copy of an AnalysisRegionBase.
System.Windows.Ink.AnalysisCore.AnalysisRegionBase theAnalysisRegionBaseCopy =
theFirstAnalysisRegionBase.Clone();
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0