_TypeLibInfo.CaseTypeName 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 CaseTypeName ( _
    <OutAttribute> ByRef bstrName As String, _
    SearchType As TliSearchTypes _
) As TliSearchTypes
'Usage
Dim instance As _TypeLibInfo 
Dim bstrName As String 
Dim SearchType As TliSearchTypes 
Dim returnValue As TliSearchTypes 

returnValue = instance.CaseTypeName(bstrName, _
    SearchType)
TliSearchTypes CaseTypeName(
    out string bstrName,
    TliSearchTypes SearchType
)
TliSearchTypes CaseTypeName(
    [InAttribute] [OutAttribute] String^% bstrName, 
    [InAttribute] TliSearchTypes SearchType
)
function CaseTypeName(
    bstrName : String, 
    SearchType : TliSearchTypes
) : TliSearchTypes

Parameters

Return Value

Type: TLI.TliSearchTypes

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace