IVsFindScope::GetUIName Method (String^)
Visual Studio 2015
Returns the name displayed in Find UI
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pbsName
-
Type:
System::String^
[out] Displayed name.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textfind.idl:
HRESULT IVsFindScope::GetUIName( [out,retval] BSTR * pbsName );
Show: