Partager via


VCCustomBuildRule.AddIntegerProperty, méthode

Ajoute une propriété entière à la règle de génération personnalisée avec le nom donné.

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

Syntaxe

'Déclaration
Function AddIntegerProperty ( _
    Name As String _
) As VCRuntimeIntegerProperty
VCRuntimeIntegerProperty AddIntegerProperty(
    string Name
)
VCRuntimeIntegerProperty^ AddIntegerProperty(
    [InAttribute] String^ Name
)
abstract AddIntegerProperty : 
        Name:string -> VCRuntimeIntegerProperty 
function AddIntegerProperty(
    Name : String
) : VCRuntimeIntegerProperty

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.VCProjectEngine.VCRuntimeIntegerProperty
Objet VCRuntimeIntegerProperty.

Notes

AddIntegerProperty retourne la nouvelle propriété entière.

Sécurité .NET Framework

Voir aussi

Référence

VCCustomBuildRule Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms