MSDeployPackage.SetParameters 屬性

定義

取得字串字典的泛型字串,其中包含要設定的參數。

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

屬性值

要設定之字串索引鍵和字串值的泛型字典。

適用於