VCConfiguration.ExcludeBuckets 属性

设置或获取要在生成期间忽略的工具存储桶。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property ExcludeBuckets As String
string ExcludeBuckets { get; set; }
property String^ ExcludeBuckets {
    String^ get ();
    void set (String^ value);
}
abstract ExcludeBuckets : string with get, set
function get ExcludeBuckets () : String
function set ExcludeBuckets (value : String)

属性值

类型:System.String
用分号分隔的字符串,该字符串指定要忽略的工具存储桶。

.NET Framework 安全性

请参见

参考

VCConfiguration 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间