バージョン

CreateUIAutomationProvider メソッド (TrackBarEditor)

エディター オーナーは、これでエディターが管理する特定のオブジェクトの UI Automation プロバイダーを作成します。
シンタックス
'宣言
 
Public Overrides Function CreateUIAutomationProvider( _
   ByVal parent As FragmentUIAProviderStub, _
   ByVal fragmentRoot As FragmentRootUIAProviderStub, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object _
) As EmbeddableEditorBase.EmbeddableEditorUIAProviderStub

パラメータ

parent
作成する UI Automation プロバイダーの親 UI Automation プロバイダー。
fragmentRoot
作成する UI Automation プロバイダーのルート ノード。
owner
エディターオーナー
ownerContext
エディター オーナーが UI Automation プロバイダーが表すオブジェクトに関する情報を取得するときに利用できるオーナーコンテキスト。

戻り値の型

エディターの指定したオーナーコンテキストを表すユーザー補助オブジェクト。
参照