Partager via


VCConfiguration.ExcludeBuckets, propriété

Définit ou obtient les compartiments à ignorer pendant une génération.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Chaîne délimitée par des points-virgules qui nomme les compartiments à ignorer.

Sécurité .NET Framework

Voir aussi

Référence

VCConfiguration Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms