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
    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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.