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)

property String^ ExcludeBuckets {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

Return to top
Show: