TypeLibInfoClass.GetTypesWithSubStringDirect 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
Public Overridable Function GetTypesWithSubStringDirect ( _
    SubString As String, _
    hWnd As Integer, _
    WindowType As TliWindowTypes, _
    SearchType As TliSearchTypes, _
    SearchMiddle As Boolean _
) As Short
'Usage
Dim instance As TypeLibInfoClass 
Dim SubString As String 
Dim hWnd As Integer 
Dim WindowType As TliWindowTypes 
Dim SearchType As TliSearchTypes 
Dim SearchMiddle As Boolean 
Dim returnValue As Short 

returnValue = instance.GetTypesWithSubStringDirect(SubString, _
    hWnd, WindowType, SearchType, SearchMiddle)
public virtual short GetTypesWithSubStringDirect(
    string SubString,
    int hWnd,
    TliWindowTypes WindowType,
    TliSearchTypes SearchType,
    bool SearchMiddle
)
public:
virtual short GetTypesWithSubStringDirect(
    [InAttribute] String^ SubString, 
    [InAttribute] int hWnd, 
    [InAttribute] TliWindowTypes WindowType, 
    [InAttribute] TliSearchTypes SearchType, 
    [InAttribute] bool SearchMiddle
)
public function GetTypesWithSubStringDirect(
    SubString : String, 
    hWnd : int, 
    WindowType : TliWindowTypes, 
    SearchType : TliSearchTypes, 
    SearchMiddle : boolean
) : short

Parameters

Return Value

Type: System.Int16

Implements

_TypeLibInfo.GetTypesWithSubStringDirect(String, Int32, TliWindowTypes, TliSearchTypes, Boolean)

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace