IToolTipHandler.GetToolTipText(INodeInformation) Méthode

Définition

Récupère le texte à afficher.

public:
 System::String ^ GetToolTipText(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public string GetToolTipText(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member GetToolTipText : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> string
Public Function GetToolTipText (source As INodeInformation) As String

Paramètres

source
INodeInformation

Un nœud qu’il faut chercher dans le texte.

Retours

Une chaîne représentant le texte à afficher.

S’applique à