_TypeLibInfo.GetMembersWithSubStringDirect 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
Function GetMembersWithSubStringDirect ( _
    SubString As String, _
    hWnd As Integer, _
    WindowType As TliWindowTypes, _
    SearchType As TliSearchTypes, _
    SearchMiddle As Boolean, _
    <OutAttribute> ByRef Helper As SearchHelper, _
    ShowUnderscore As Boolean _
) As Short
'Usage
Dim instance As _TypeLibInfo 
Dim SubString As String 
Dim hWnd As Integer 
Dim WindowType As TliWindowTypes 
Dim SearchType As TliSearchTypes 
Dim SearchMiddle As Boolean 
Dim Helper As SearchHelper 
Dim ShowUnderscore As Boolean 
Dim returnValue As Short 

returnValue = instance.GetMembersWithSubStringDirect(SubString, _
    hWnd, WindowType, SearchType, SearchMiddle, _
    Helper, ShowUnderscore)
short GetMembersWithSubStringDirect(
    string SubString,
    int hWnd,
    TliWindowTypes WindowType,
    TliSearchTypes SearchType,
    bool SearchMiddle,
    out SearchHelper Helper,
    bool ShowUnderscore
)
short GetMembersWithSubStringDirect(
    [InAttribute] String^ SubString, 
    [InAttribute] int hWnd, 
    [InAttribute] TliWindowTypes WindowType, 
    [InAttribute] TliSearchTypes SearchType, 
    [InAttribute] bool SearchMiddle, 
    [InAttribute] [OutAttribute] SearchHelper^% Helper, 
    [InAttribute] bool ShowUnderscore
)
function GetMembersWithSubStringDirect(
    SubString : String, 
    hWnd : int, 
    WindowType : TliWindowTypes, 
    SearchType : TliSearchTypes, 
    SearchMiddle : boolean, 
    Helper : SearchHelper, 
    ShowUnderscore : boolean
) : short

Parameters

Return Value

Type: System.Int16

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace