TextToolTipService.GetToolTipText(FrameworkElement) 方法

定义

获取指定元素的 ToolTipText。

public:
 static System::String ^ GetToolTipText(System::Windows::FrameworkElement ^ element);
public static string GetToolTipText (System.Windows.FrameworkElement element);
static member GetToolTipText : System.Windows.FrameworkElement -> string
Public Shared Function GetToolTipText (element As FrameworkElement) As String

参数

element
FrameworkElement

要为其获取文本的元素。

返回

String

返回指定元素的 ToolTipText。

适用于