AutomationElement.ExecutableFileName Property

Definition

Gets the filename of the UI Automation provider's executable that the element belongs to.

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

Property Value

String

Platform::String

winrt::hstring

The filename of the UI Automation provider's executable that the element belongs to.

Applies to