IToolTipHandler.GetToolTipText(INodeInformation) 方法

定義

擷取要顯示的文字。

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

參數

source
INodeInformation

該節點應該搜尋該文字。

傳回

一個代表要顯示的文字的字串。

適用於