InstallCommand.EnvironmentVariables 屬性

定義

取得這個 InstallCommand 實例之環境變數的字典。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ EnvironmentVariables { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> EnvironmentVariables { get; }
member this.EnvironmentVariables : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property EnvironmentVariables As IDictionary(Of String, String)

屬性值

泛型 IDictionary 參考。

適用於