Control.GetIsTemplateKeyTipTarget(DependencyObject) メソッド

定義

ターゲット要素の Control.IsTemplateKeyTipTarget XAML 添付プロパティの値を取得します。

public:
 static bool GetIsTemplateKeyTipTarget(DependencyObject ^ element);
 static bool GetIsTemplateKeyTipTarget(DependencyObject const& element);
public static bool GetIsTemplateKeyTipTarget(DependencyObject element);
function getIsTemplateKeyTipTarget(element)
Public Shared Function GetIsTemplateKeyTipTarget (element As DependencyObject) As Boolean

パラメーター

element
DependencyObject

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

戻り値

Boolean

bool

指定したオブジェクトの Control.IsTemplateKeyTipTarget XAML 添付プロパティ値。

注釈

このメソッドはプロパティ システムのユーティリティ メソッドであり、ほとんどのアプリ シナリオでは使用されません。 ほとんどの場合、XAML で Control.IsTemplateKeytipTarget XAML 添付プロパティを設定し、このメソッドは必要ありません。 詳細については、 Control.IsTemplateKeyTipTarget 添付プロパティを参照してください。

適用対象

こちらもご覧ください