IVsSelectedSymbol.GetName(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom du symbole.
public:
int GetName([Runtime::InteropServices::Out] System::String ^ % pbstrName);
int GetName([Runtime::InteropServices::Out] std::wstring const & & pbstrName);
public int GetName (out string pbstrName);
abstract member GetName : string -> int
Public Function GetName (ByRef pbstrName As String) As Integer
Paramètres
- pbstrName
- String
[out] Nom du symbole.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell80. idl :
HRESULT IVsSelectedSymbol::GetName(
[out] BSTR *pbstrName
);