共用方式為


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
)

參數

備註

如需條件的詳細資訊,請在 Microsoft Developer Network 上搜尋「MSBuild 條件」。

.NET Framework 安全性

請參閱

參考

ContributorArgumentConfiguration 類別

ContributorArgumentConfiguration 多載

Microsoft.Data.Schema.Build 命名空間

Condition