TLIApplicationClass.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
Public Overridable Function InvokeID ( _
Object As Object, _
Name As String _
) As Integer
'Usage
Dim instance As TLIApplicationClass
Dim Object As Object
Dim Name As String
Dim returnValue As Integer
returnValue = instance.InvokeID(Object, _
Name)
public virtual int InvokeID(
Object Object,
string Name
)
public:
virtual int InvokeID(
[InAttribute] Object^ Object,
[InAttribute] String^ Name
)
public function InvokeID(
Object : Object,
Name : String
) : int
Parameters
- Object
Type: System.Object
- Name
Type: System.String
Return Value
Type: System.Int32
Implements
_TLIApplication.InvokeID(Object, String)
.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.