IVsFindScope.GetUIName(String) Método

Definição

Retorna o nome exibido em localizar interface do usuário

public:
 int GetUIName([Runtime::InteropServices::Out] System::String ^ % pbsName);
int GetUIName([Runtime::InteropServices::Out] std::wstring const & & pbsName);
public int GetUIName (out string pbsName);
abstract member GetUIName : string -> int
Public Function GetUIName (ByRef pbsName As String) As Integer

Parâmetros

pbsName
String

fora Nome exibido.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textfind. idl:

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

Aplica-se a