Share via


_TypeLibInfo.GetTypesWithSubString 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 GetTypesWithSubString ( _
    SubString As String, _
    <OutAttribute> ByRef StartResults As SearchResults, _
    SearchType As TliSearchTypes, _
    SearchMiddle As Boolean, _
    Sort As Boolean _
) As SearchResults
'Usage
Dim instance As _TypeLibInfo 
Dim SubString As String 
Dim StartResults As SearchResults 
Dim SearchType As TliSearchTypes 
Dim SearchMiddle As Boolean 
Dim Sort As Boolean 
Dim returnValue As SearchResults 

returnValue = instance.GetTypesWithSubString(SubString, _
    StartResults, SearchType, SearchMiddle, _
    Sort)
SearchResults GetTypesWithSubString(
    string SubString,
    out SearchResults StartResults,
    TliSearchTypes SearchType,
    bool SearchMiddle,
    bool Sort
)
SearchResults^ GetTypesWithSubString(
    [InAttribute] String^ SubString, 
    [InAttribute] [OutAttribute] SearchResults^% StartResults, 
    [InAttribute] TliSearchTypes SearchType, 
    [InAttribute] bool SearchMiddle, 
    [InAttribute] bool Sort
)
function GetTypesWithSubString(
    SubString : String, 
    StartResults : SearchResults, 
    SearchType : TliSearchTypes, 
    SearchMiddle : boolean, 
    Sort : boolean
) : SearchResults

Parameters

Return Value

Type: TLI.SearchResults

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace