IVsSelectedSymbol.GetName(String) Méthode

Définition

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

Int32

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  
);  

S’applique à