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
- Name
Type : System.String
Le nom de la propriété entière.
Valeur de retour
Type : Microsoft.VisualStudio.VCProjectEngine.VCRuntimeIntegerProperty
Objet VCRuntimeIntegerProperty.
Notes
AddIntegerProperty retourne la nouvelle propriété entière.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.