DevForce Help Reference
GetActions<TArgs> Method (PropertyInterceptorManager)


Retrieve all actions for the target and mode.
Syntax
'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))
'Usage
 
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)

Parameters

targetType
targetName
mode

Type Parameters

TArgs
Remarks
Skipped keys are not included in the return list.
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

PropertyInterceptorManager Class
PropertyInterceptorManager Members

Send Feedback