バージョン

GetKeyTips メソッド (ElementKeyTipProvider)

指定したオブジェクトに関連付けられた項目の KeyTip を取得するために使用されます。
シンタックス
'宣言
 
Protected Friend Overridable Function GetKeyTips( _
   ByVal d As DependencyObject _
) As IKeyTip()
protected internal virtual IKeyTip[] GetKeyTips( 
   DependencyObject d
)

パラメータ

d
KeyTip が要求されているオブジェクト。

戻り値の型

子 KeyTip のコレクション。
参照