バージョン

GetEditorElement メソッド (UltraEditorProxyOwnerBase)

特定のオブジェクトに関連付けられた埋め込み UIElement を返します。何も使用できない場合は null を返します。
シンタックス
'宣言
 
Public Overrides Function GetEditorElement( _
   ByVal ownerContext As Object _
) As EmbeddableUIElementBase
public override EmbeddableUIElementBase GetEditorElement( 
   object ownerContext
)

パラメータ

ownerContext
参照するオブジェクトを識別するコンテキスト。

戻り値の型

指定されたオーナー コンテキストを表す埋め込み UIElement。
参照