StartupNextInstanceEventArgs.CommandLine プロパティ

定義

後続のアプリケーション インスタンスのコマンド ライン引数を取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ CommandLine { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> CommandLine { get; }
member this.CommandLine : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property CommandLine As ReadOnlyCollection(Of String)

プロパティ値

後続のアプリケーション インスタンスのコマンド ライン引数を格納する ReadOnlyCollection<T> オブジェクト。

注釈

イベントは StartupNextInstance 、Visual Basic アプリケーション モデルを使用して、単一インスタンス アプリケーションの後続のインスタンスが起動したときに発生します。 詳細については、「 Visual Basic アプリケーション モデルの概要」を参照してください。

適用対象

こちらもご覧ください