VCLinkerTool.ExecutionBucket, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

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

Syntaxe

'Déclaration
Property ExecutionBucket As Integer
int ExecutionBucket { get; set; }
property int ExecutionBucket {
    int get ();
    void set (int value);
}
abstract ExecutionBucket : int with get, set
function get ExecutionBucket () : int
function set ExecutionBucket (value : int)

Valeur de propriété

Type : System.Int32
Entier.

Sécurité .NET Framework

Voir aussi

Référence

VCLinkerTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms