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

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

Parameters

Return Value

Type: TLI.TliSearchTypes

Implements

_TypeLibInfo.CaseTypeName(String%, TliSearchTypes)

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace