_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

.NET Framework Security

See Also

Reference

_SearchHelper Interface

_SearchHelper Members

TLI Namespace