DevForce Help Reference
With Method (PropertyInterceptorModeExtensions)


Return a PropertyInterceptorMode from the specified PropertyDirection and PropertyInterceptorTiming.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function With( _
   ByVal operationMode As PropertyDirection, _
   ByVal timing As PropertyInterceptorTiming _
) As PropertyInterceptorMode
'Usage
 
Dim operationMode As PropertyDirection
Dim timing As PropertyInterceptorTiming
Dim value As PropertyInterceptorMode
 
value = PropertyInterceptorModeExtensions.With(operationMode, timing)

Parameters

operationMode
timing
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

PropertyInterceptorModeExtensions Class
PropertyInterceptorModeExtensions Members

Send Feedback