TypeLibInfoClass.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
Public Overridable Function GetTypesWithMemberDirect ( _
    MemberName As String, _
    hWnd As Integer, _
    WindowType As TliWindowTypes, _
    SearchType As TliSearchTypes, _
    ShowUnderscore As Boolean _
) As Short
'Usage
Dim instance As TypeLibInfoClass 
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)
public virtual short GetTypesWithMemberDirect(
    string MemberName,
    int hWnd,
    TliWindowTypes WindowType,
    TliSearchTypes SearchType,
    bool ShowUnderscore
)
public:
virtual short GetTypesWithMemberDirect(
    [InAttribute] String^ MemberName, 
    [InAttribute] int hWnd, 
    [InAttribute] TliWindowTypes WindowType, 
    [InAttribute] TliSearchTypes SearchType, 
    [InAttribute] bool ShowUnderscore
)
public function GetTypesWithMemberDirect(
    MemberName : String, 
    hWnd : int, 
    WindowType : TliWindowTypes, 
    SearchType : TliSearchTypes, 
    ShowUnderscore : boolean
) : short

Parameters

Return Value

Type: System.Int16

Implements

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

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace