TLIApplicationClass.InvokeHookSub Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: TLI
Assembly: Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)
Syntax
'Declaration
Public Overridable Sub InvokeHookSub ( _
Object As Object, _
NameOrID As Object, _
InvokeKind As InvokeKinds, _
ParamArray ByRef ReverseArgList As Object() _
)
'Usage
Dim instance As TLIApplicationClass
Dim Object As Object
Dim NameOrID As Object
Dim InvokeKind As InvokeKinds
Dim ReverseArgList As Object()
instance.InvokeHookSub(Object, NameOrID, _
InvokeKind, ReverseArgList)
public virtual void InvokeHookSub(
Object Object,
Object NameOrID,
InvokeKinds InvokeKind,
ref params Object[] ReverseArgList
)
public:
virtual void InvokeHookSub(
[InAttribute] Object^ Object,
[InAttribute] Object^ NameOrID,
[InAttribute] InvokeKinds InvokeKind,
[InAttribute] ... array<Object^>^% ReverseArgList
)
public function InvokeHookSub(
Object : Object,
NameOrID : Object,
InvokeKind : InvokeKinds,
... ReverseArgList : Object[]
)
Parameters
- Object
Type: System.Object
- NameOrID
Type: System.Object
- InvokeKind
Type: TLI.InvokeKinds
- ReverseArgList
Type: array<System.Object[]%
Implements
_TLIApplication.InvokeHookSub(Object, Object, InvokeKinds, array<Object[]%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.