TypeLibInfoClass.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
Public Overridable Function GetMembersDirect ( _
    SearchData As Integer, _
    hWnd As Integer, _
    WindowType As TliWindowTypes, _
    ItemDataType As TliItemDataTypes, _
    ShowUnderscore As Boolean _
) As Short
'Usage
Dim instance As TypeLibInfoClass 
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)
public virtual short GetMembersDirect(
    int SearchData,
    int hWnd,
    TliWindowTypes WindowType,
    TliItemDataTypes ItemDataType,
    bool ShowUnderscore
)
public:
virtual short GetMembersDirect(
    [InAttribute] int SearchData, 
    [InAttribute] int hWnd, 
    [InAttribute] TliWindowTypes WindowType, 
    [InAttribute] TliItemDataTypes ItemDataType, 
    [InAttribute] bool ShowUnderscore
)
public function GetMembersDirect(
    SearchData : int, 
    hWnd : int, 
    WindowType : TliWindowTypes, 
    ItemDataType : TliItemDataTypes, 
    ShowUnderscore : boolean
) : short

Parameters

Return Value

Type: System.Int16

Implements

_TypeLibInfo.GetMembersDirect(Int32, Int32, TliWindowTypes, TliItemDataTypes, Boolean)

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace