'宣言 Public Function GetDownloadedPath( _ Optional ByVal downloadIfNotExists As System.Boolean _ ) As System.String
public System.string GetDownloadedPath( System.bool downloadIfNotExists )
パラメータ
- downloadIfNotExists
- 宛先フォルダーにブラウザが存在しない場合にブラウザをダウンロードするかどうか。
戻り値の型
Chromium 実行可能ファイルへのパス、またはブラウザがダウンロードされていない場合は null 参照 (Visual Basicでは Nothing) へのパス。