TextToolTipService.GetToolTipText(FrameworkElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定元素的 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
要为其获取文本的元素。
返回
返回指定元素的 ToolTipText。