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