_SearchHelper.Init 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
Sub Init ( _
SysKind As SysKinds, _
LCID As Integer, _
GrowSize As Short _
)
'Usage
Dim instance As _SearchHelper
Dim SysKind As SysKinds
Dim LCID As Integer
Dim GrowSize As Short
instance.Init(SysKind, LCID, GrowSize)
void Init(
SysKinds SysKind,
int LCID,
short GrowSize
)
void Init(
[InAttribute] SysKinds SysKind,
[InAttribute] int LCID,
[InAttribute] short GrowSize
)
function Init(
SysKind : SysKinds,
LCID : int,
GrowSize : short
)
Parameters
- SysKind
Type: TLI.SysKinds
- LCID
Type: System.Int32
- GrowSize
Type: System.Int16
.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.