Visual Basic (Declaration) | |
---|---|
Public Overloads Function CloneInContext(Of T As PersistableObject)( _ ByVal context As CloningContext _ ) As T |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PersistableObject Dim context As CloningContext Dim value As T value = instance.CloneInContext(Of T)(context) |
C# | |
---|---|
public T CloneInContext<T>( CloningContext context ) where T: PersistableObject |
C++/CLI | |
---|---|
public: T^ CloneInContextgeneric<typename T> ( CloningContext^ context ) where T: PersistableObject |
Parameters
- context
Type Parameters
- T
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2