TArgs
IdeaBlade DevForce 2010 Help Reference
ConvertTo<TArgs> Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > PropertyInterceptorAction Class : ConvertTo<TArgs> Method



Internal use only.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function ConvertTo(Of TArgs As PropertyInterceptorArgs)() As PropertyInterceptorAction(Of TArgs)
Visual Basic (Usage)Copy Code
Dim instance As PropertyInterceptorAction
Dim value As PropertyInterceptorAction(Of TArgs)
 
value = instance.ConvertTo(Of TArgs)()
C# 
public abstract PropertyInterceptorAction<TArgs> ConvertTo<TArgs>()
where TArgs: PropertyInterceptorArgs
C++/CLI 
public:
abstract PropertyInterceptorAction<TArgs^>^ ConvertTogeneric<typename TArgs>
(); 
where TArgs: PropertyInterceptorArgs

Type Parameters

TArgs

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.