Version

CreateUIAutomationProvider Method (OptionSetEditor)

Used by an editor owner to create a UI Automation provider for a specific object managed by an editor.
Syntax
'Declaration
 
Public Overrides Function CreateUIAutomationProvider( _
   ByVal parent As FragmentUIAProviderStub, _
   ByVal fragmentRoot As FragmentRootUIAProviderStub, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object _
) As EmbeddableEditorBase.EmbeddableEditorUIAProviderStub

Parameters

parent
Parent UI Automation Provider for the UI Automation provider being created.
fragmentRoot
The root node for the UI Automation provider being created.
owner
Editor owner
ownerContext
Owner context that can be supplied to the editor owner to obtain information about the object represented by the UI Automation provider.

Return Value

An accessible object that represents the specified owner context for the editor.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also