ContributorArgumentConfiguration 建構函式 (String, String, String)
使用提供的參數,初始化 ContributorArgumentConfiguration 類別的新執行個體。
命名空間: Microsoft.Data.Schema.Build
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
value As String, _
condition As String _
)
public ContributorArgumentConfiguration(
string name,
string value,
string condition
)
public:
ContributorArgumentConfiguration(
String^ name,
String^ value,
String^ condition
)
new :
name:string *
value:string *
condition:string -> ContributorArgumentConfiguration
public function ContributorArgumentConfiguration(
name : String,
value : String,
condition : String
)
參數
- name
型別:System.String
引數的名稱。
- value
型別:System.String
引數的值。
- condition
型別:System.String
引數的評估條件。
備註
如需條件的詳細資訊,請在 Microsoft Developer Network 上搜尋「MSBuild 條件」。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ContributorArgumentConfiguration 類別
ContributorArgumentConfiguration 多載