Share via


AutomationConnection.ExecutableFileName Property

Definition

Gets the filename of the UI Automation provider's executable.

public:
 property Platform::String ^ ExecutableFileName { Platform::String ^ get(); };
winrt::hstring ExecutableFileName();
public string ExecutableFileName { get; }
var string = automationConnection.executableFileName;
Public ReadOnly Property ExecutableFileName As String

Property Value

String

Platform::String

winrt::hstring

The filename of the provider's executable.

Applies to

See also