_TypeLibInfo.GetTypesWithMemberEx 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 GetTypesWithMemberEx ( _
    MemberName As String, _
    InvokeKind As InvokeKinds, _
    <OutAttribute> ByRef StartResults As SearchResults, _
    SearchType As TliSearchTypes, _
    Sort As Boolean, _
    ShowUnderscore As Boolean _
) As SearchResults
'Usage
Dim instance As _TypeLibInfo 
Dim MemberName As String 
Dim InvokeKind As InvokeKinds 
Dim StartResults As SearchResults 
Dim SearchType As TliSearchTypes 
Dim Sort As Boolean 
Dim ShowUnderscore As Boolean 
Dim returnValue As SearchResults 

returnValue = instance.GetTypesWithMemberEx(MemberName, _
    InvokeKind, StartResults, SearchType, _
    Sort, ShowUnderscore)
SearchResults GetTypesWithMemberEx(
    string MemberName,
    InvokeKinds InvokeKind,
    out SearchResults StartResults,
    TliSearchTypes SearchType,
    bool Sort,
    bool ShowUnderscore
)
SearchResults^ GetTypesWithMemberEx(
    [InAttribute] String^ MemberName, 
    [InAttribute] InvokeKinds InvokeKind, 
    [InAttribute] [OutAttribute] SearchResults^% StartResults, 
    [InAttribute] TliSearchTypes SearchType, 
    [InAttribute] bool Sort, 
    [InAttribute] bool ShowUnderscore
)
function GetTypesWithMemberEx(
    MemberName : String, 
    InvokeKind : InvokeKinds, 
    StartResults : SearchResults, 
    SearchType : TliSearchTypes, 
    Sort : boolean, 
    ShowUnderscore : boolean
) : SearchResults

Parameters

Return Value

Type: TLI.SearchResults

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace