共用方式為


ActivationArguments.ActivationData 屬性

定義

取得主機的啟動資料。

public:
 property cli::array <System::String ^> ^ ActivationData { cli::array <System::String ^> ^ get(); };
public string[] ActivationData { get; }
member this.ActivationData : string[]
Public ReadOnly Property ActivationData As String()

屬性值

String[]

字串陣列,其中包含主機提供的啟動資料。

備註

啟用數據是由 URL 的查詢字串部分等資訊所組成。

適用於