Share via


ToolTipService.GetToolTip(DependencyObject) メソッド

定義

オブジェクトの ToolTipService.ToolTip XAML 添付プロパティの値を取得します。

public:
 static Platform::Object ^ GetToolTip(DependencyObject ^ element);
 static IInspectable GetToolTip(DependencyObject const& element);
public static object GetToolTip(DependencyObject element);
function getToolTip(element)
Public Shared Function GetToolTip (element As DependencyObject) As Object

パラメーター

element
DependencyObject

プロパティ値の読み取り元となるオブジェクト。

戻り値

Object

Platform::Object

IInspectable

オブジェクトのツールヒントの内容。

適用対象

こちらもご覧ください