AutomationElement.ExecutableFileName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The filename of the UI Automation provider's executable that the element belongs to.