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

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

Parameters

Return Value

Type: System.Boolean

Implements

_TypeLibInfo.CaseMemberName(String%, TliSearchTypes)

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace