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