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

'Declaration
Property ExcludeBuckets As String
    Get
    Set
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)

Property Value

Type: System.String
Semi-colon delimited string naming the tool buckets to ignore.

.NET Framework Security

See Also

Reference

VCConfiguration Interface

Microsoft.VisualStudio.VCProjectEngine Namespace