IToolTipHandler.GetToolTipText(INodeInformation) Method

Definition

Retrieves the text to be displayed.

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

Parameters

source
INodeInformation

Node that the text should be looked up for.

Returns

A string that represents the text to be displayed.

Applies to