IVsFindScope::GetUIName Method (String^)

 

Returns the name displayed in Find UI

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

int GetUIName(
	[OutAttribute] String^% pbsName
)

Parameters

pbsName
Type: System::String^

[out] Displayed name.

Return Value

Type: System::Int32

If 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
);
Return to top
Show: