バージョン

GetEditorContext メソッド (UltraGridComboEditorOwner)

SetEditorContextメソッドで設定されたエディターコンテキストを取得します。
シンタックス
'宣言
 
Public Overrides Function GetEditorContext( _
   ByVal ownerContext As Object _
) As Object
public override object GetEditorContext( 
   object ownerContext
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

渡されたownerContextに対してSetEditorContextで最後に設定されたエディターコンテキスト。
解説

GetEditorContext と を使用すると、オブジェクトをオーナーコンテキスト単位でキャッシュできます。

実装元のオーナーは、SetEditorContextメソッドを使用して最後にキャッシュされたオブジェクトを返します。

参照