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

テキストを調べるべきノードです。

返品

表示するテキストを表す文字列。

適用対象