_TypeLibInfo.GetMembersDirect 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 GetMembersDirect ( _
    SearchData As Integer, _
    hWnd As Integer, _
    WindowType As TliWindowTypes, _
    ItemDataType As TliItemDataTypes, _
    ShowUnderscore As Boolean _
) As Short
'Usage
Dim instance As _TypeLibInfo 
Dim SearchData As Integer 
Dim hWnd As Integer 
Dim WindowType As TliWindowTypes 
Dim ItemDataType As TliItemDataTypes 
Dim ShowUnderscore As Boolean 
Dim returnValue As Short 

returnValue = instance.GetMembersDirect(SearchData, _
    hWnd, WindowType, ItemDataType, ShowUnderscore)
short GetMembersDirect(
    int SearchData,
    int hWnd,
    TliWindowTypes WindowType,
    TliItemDataTypes ItemDataType,
    bool ShowUnderscore
)
short GetMembersDirect(
    [InAttribute] int SearchData, 
    [InAttribute] int hWnd, 
    [InAttribute] TliWindowTypes WindowType, 
    [InAttribute] TliItemDataTypes ItemDataType, 
    [InAttribute] bool ShowUnderscore
)
function GetMembersDirect(
    SearchData : int, 
    hWnd : int, 
    WindowType : TliWindowTypes, 
    ItemDataType : TliItemDataTypes, 
    ShowUnderscore : boolean
) : short

Parameters

Return Value

Type: System.Int16

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace