VCConfiguration.ExcludeBuckets Property

Sets or gets which tool buckets to ignore during a build.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Property ExcludeBuckets As String
用法
Dim instance As VCConfiguration
Dim value As String

value = instance.ExcludeBuckets

instance.ExcludeBuckets = value
string ExcludeBuckets { get; set; }
property String^ ExcludeBuckets {
    String^ get ();
    void set (String^ value);
}
function get ExcludeBuckets () : String
function set ExcludeBuckets (value : String)

Property Value

Type: System.String

Semi-colon delimited string naming the tool buckets to ignore.

Permissions

See Also

Reference

VCConfiguration Interface

VCConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace