_TypeLibInfo.GetTypesWithMemberDirect 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 GetTypesWithMemberDirect ( _
    MemberName As String, _
    hWnd As Integer, _
    WindowType As TliWindowTypes, _
    SearchType As TliSearchTypes, _
    ShowUnderscore As Boolean _
) As Short
'Usage
Dim instance As _TypeLibInfo 
Dim MemberName As String 
Dim hWnd As Integer 
Dim WindowType As TliWindowTypes 
Dim SearchType As TliSearchTypes 
Dim ShowUnderscore As Boolean 
Dim returnValue As Short 

returnValue = instance.GetTypesWithMemberDirect(MemberName, _
    hWnd, WindowType, SearchType, ShowUnderscore)
short GetTypesWithMemberDirect(
    string MemberName,
    int hWnd,
    TliWindowTypes WindowType,
    TliSearchTypes SearchType,
    bool ShowUnderscore
)
short GetTypesWithMemberDirect(
    [InAttribute] String^ MemberName, 
    [InAttribute] int hWnd, 
    [InAttribute] TliWindowTypes WindowType, 
    [InAttribute] TliSearchTypes SearchType, 
    [InAttribute] bool ShowUnderscore
)
function GetTypesWithMemberDirect(
    MemberName : String, 
    hWnd : int, 
    WindowType : TliWindowTypes, 
    SearchType : TliSearchTypes, 
    ShowUnderscore : boolean
) : short

Parameters

Return Value

Type: System.Int16

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace