TypeLibInfoClass.GetTypes 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 GetTypes ( _
    <OutAttribute> ByRef StartResults As SearchResults, _
    SearchType As TliSearchTypes, _
    Sort As Boolean _
) As SearchResults
'Usage
Dim instance As TypeLibInfoClass 
Dim StartResults As SearchResults 
Dim SearchType As TliSearchTypes 
Dim Sort As Boolean 
Dim returnValue As SearchResults 

returnValue = instance.GetTypes(StartResults, _
    SearchType, Sort)
public virtual SearchResults GetTypes(
    out SearchResults StartResults,
    TliSearchTypes SearchType,
    bool Sort
)
public:
virtual SearchResults^ GetTypes(
    [InAttribute] [OutAttribute] SearchResults^% StartResults, 
    [InAttribute] TliSearchTypes SearchType, 
    [InAttribute] bool Sort
)
public function GetTypes(
    StartResults : SearchResults, 
    SearchType : TliSearchTypes, 
    Sort : boolean
) : SearchResults

Parameters

Return Value

Type: TLI.SearchResults

Implements

_TypeLibInfo.GetTypes(SearchResults%, TliSearchTypes, Boolean)

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace