IToolTipHandler.GetToolTipText(INodeInformation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取要顯示的文字。
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
應該從文字中尋找的節點。
傳回
表示要顯示之文字的字串。