Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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: 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.