_TypeLibInfo.MakeSearchData 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 MakeSearchData ( _
    TypeInfoName As String, _
    SearchType As TliSearchTypes _
) As Integer
'Usage
Dim instance As _TypeLibInfo 
Dim TypeInfoName As String 
Dim SearchType As TliSearchTypes 
Dim returnValue As Integer 

returnValue = instance.MakeSearchData(TypeInfoName, _
    SearchType)
int MakeSearchData(
    string TypeInfoName,
    TliSearchTypes SearchType
)
int MakeSearchData(
    [InAttribute] String^ TypeInfoName, 
    [InAttribute] TliSearchTypes SearchType
)
function MakeSearchData(
    TypeInfoName : String, 
    SearchType : TliSearchTypes
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace