_TLIApplication.InvokeLCID Property
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
Property InvokeLCID As Integer
'Usage
Dim instance As _TLIApplication
Dim value As Integer
value = instance.InvokeLCID
instance.InvokeLCID = value
int InvokeLCID { get; set; }
property int InvokeLCID {
int get ();
void set (int value);
}
function get InvokeLCID () : int
function set InvokeLCID (value : int)
Property Value
Type: System.Int32
.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.