Share via


_TypeLibInfo.GetMembers 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 GetMembers ( _
    SearchData As Integer, _
    ShowUnderscore As Boolean _
) As SearchResults
'Usage
Dim instance As _TypeLibInfo 
Dim SearchData As Integer 
Dim ShowUnderscore As Boolean 
Dim returnValue As SearchResults 

returnValue = instance.GetMembers(SearchData, _
    ShowUnderscore)
SearchResults GetMembers(
    int SearchData,
    bool ShowUnderscore
)
SearchResults^ GetMembers(
    [InAttribute] int SearchData, 
    [InAttribute] bool ShowUnderscore
)
function GetMembers(
    SearchData : int, 
    ShowUnderscore : boolean
) : SearchResults

Parameters

Return Value

Type: TLI.SearchResults

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace