DevForce Help Reference
Wrap Method (ComplexAspect)


Wraps the provided IComplexObject.
Syntax
'Declaration
 
Public Shared Function Wrap( _
   ByVal co As IComplexObject _
) As ComplexAspect
'Usage
 
Dim co As IComplexObject
Dim value As ComplexAspect
 
value = ComplexAspect.Wrap(co)
public static ComplexAspect Wrap( 
   IComplexObject co
)

Parameters

co
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

Reference

ComplexAspect Class
ComplexAspect Members

Send Feedback