Share via


TypeLibInfoClass.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
Public Overridable 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 TypeLibInfoClass 
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)
public virtual SearchResults GetTypesWithSubString(
    string SubString,
    out SearchResults StartResults,
    TliSearchTypes SearchType,
    bool SearchMiddle,
    bool Sort
)
public:
virtual SearchResults^ GetTypesWithSubString(
    [InAttribute] String^ SubString, 
    [InAttribute] [OutAttribute] SearchResults^% StartResults, 
    [InAttribute] TliSearchTypes SearchType, 
    [InAttribute] bool SearchMiddle, 
    [InAttribute] bool Sort
)
public function GetTypesWithSubString(
    SubString : String, 
    StartResults : SearchResults, 
    SearchType : TliSearchTypes, 
    SearchMiddle : boolean, 
    Sort : boolean
) : SearchResults

Parameters

Return Value

Type: TLI.SearchResults

Implements

_TypeLibInfo.GetTypesWithSubString(String, SearchResults%, TliSearchTypes, Boolean, Boolean)

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace