共用方式為


AutomationElement.ExecutableFileName 屬性

定義

取得專案所屬 UI 自動化提供者可執行檔的檔案名。

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

屬性值

String

Platform::String

winrt::hstring

專案所屬 UI 自動化提供者可執行檔的檔案名。

適用於