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) | ![]() |
---|---|
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# | |
---|---|
public IList<PropertyInterceptorAction<TArgs>> GetActions<TArgs>( Type targetType, string targetName, PropertyInterceptorMode mode ) where TArgs: PropertyInterceptorArgs |
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
Skipped keys are not included in the return list.
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