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



targetType
targetName
mode
Retrieve all actions for the target and mode.

Syntax

Visual Basic (Declaration) 
Public Function GetActions(Of TArgs As PropertyInterceptorArgs)( _
   ByVal targetType As Type, _
   ByVal targetName As String, _
   ByVal mode As PropertyInterceptorMode _
) As IList(Of PropertyInterceptorAction(Of TArgs))
Visual Basic (Usage)Copy Code
Dim instance As PropertyInterceptorManager
Dim targetType As Type
Dim targetName As String
Dim mode As PropertyInterceptorMode
Dim value As IList(Of PropertyInterceptorAction(Of TArgs))
 
value = instance.GetActions(Of TArgs)(targetType, targetName, mode)
C++/CLI 
public:
IList<PropertyInterceptorAction<TArgs^>^>^ GetActionsgeneric<typename TArgs>
( 
   Type^ targetType,
   String^ targetName,
   PropertyInterceptorMode mode
) 
where TArgs: PropertyInterceptorArgs

Parameters

targetType
targetName
mode

Type Parameters

TArgs

Remarks

Skipped keys are not included in the return list.

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.