バージョン

GetContext(Type,Boolean) メソッド

要素に関連する要求された型のオブジェクトまたはnullを返します。
シンタックス
'宣言
 
Public Overloads Overrides Function GetContext( _
   ByVal type As Type, _
   ByVal checkParentElementContexts As Boolean _
) As Object
public override object GetContext( 
   Type type,
   bool checkParentElementContexts
)

パラメータ

type
要求されたタイプ、またはデフォルトのコンテキストオブジェクトをピックアップするにはnull。
checkParentElementContexts
True の場合、コンテキストを検索する親チェーンを遡ります。

戻り値の型

要素に関連する要求された型のオブジェクトまたはnull。
解説
このメソッドをオーバーライドするクラスは、通常 Infragistics.Win.UIElement.ContinueDescendantSearch(System.Type,System.Object[]) メソッドも同様にオーバーライドする必要があります。
参照

参照

LinkUIElement クラス
LinkUIElement メンバ
オーバーロード一覧
Infragistics.Win.UIElement.ContinueDescendantSearch(System.Type,System.Object[])