Share via


_TLIApplication.InvokeID 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
Function InvokeID ( _
    Object As Object, _
    Name As String _
) As Integer
'Usage
Dim instance As _TLIApplication 
Dim Object As Object 
Dim Name As String 
Dim returnValue As Integer 

returnValue = instance.InvokeID(Object, _
    Name)
int InvokeID(
    Object Object,
    string Name
)
int InvokeID(
    [InAttribute] Object^ Object, 
    [InAttribute] String^ Name
)
function InvokeID(
    Object : Object, 
    Name : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

_TLIApplication Interface

_TLIApplication Members

TLI Namespace