ContributorArgumentConfiguration.Condition 属性

获取或设置参数的条件。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property Condition As String
    Get
    Set
public string Condition { get; set; }
public:
property String^ Condition {
    String^ get ();
    void set (String^ value);
}
member Condition : string with get, set
function get Condition () : String
function set Condition (value : String)

属性值

类型:System.String
参数的计算条件(即,“'stringA' == 'stringB'”)。

备注

提供了与 MSBuild 的兼容性。 有关条件值的更多信息,请在 MSDN 上搜索“MSBuild 条件”。

.NET Framework 安全性

请参见

参考

ContributorArgumentConfiguration 类

Microsoft.Data.Schema.Build 命名空间