Share via


IVsFindScope.GetUIName Method

Returns the name displayed in Find UI

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function GetUIName ( _
    <OutAttribute> ByRef pbsName As String _
) As Integer
int GetUIName(
    out string pbsName
)
int GetUIName(
    [OutAttribute] String^% pbsName
)
abstract GetUIName : 
        pbsName:string byref -> int
function GetUIName(
    pbsName : String
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textfind.idl:

HRESULT IVsFindScope::GetUIName(
   [out,retval] BSTR * pbsName
);

.NET Framework Security

See Also

Reference

IVsFindScope Interface

Microsoft.VisualStudio.TextManager.Interop Namespace