T
CloneInContext<T>(CloningContext) Method
See Also 
SourceCode.Framework Namespace > PersistableObject Class > CloneInContext Method : CloneInContext<T>(CloningContext) Method



context

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function CloneInContext(Of T As PersistableObject)( _
   ByVal context As CloningContext _
) As T
Visual Basic (Usage) Copy Code
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

Requirements

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

See Also