_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
- TypeInfoName
Type: System.String
- SearchType
Type: TLI.TliSearchTypes
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.