VCCustomBuildRule.AddBooleanProperty, méthode
Ajoute une propriété booléenne à 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 AddBooleanProperty ( _
Name As String _
) As VCRuntimeBooleanProperty
VCRuntimeBooleanProperty AddBooleanProperty(
string Name
)
VCRuntimeBooleanProperty^ AddBooleanProperty(
[InAttribute] String^ Name
)
abstract AddBooleanProperty :
Name:string -> VCRuntimeBooleanProperty
function AddBooleanProperty(
Name : String
) : VCRuntimeBooleanProperty
Paramètres
- Name
Type : System.String
Le nom de la nouvelle propriété booléenne.
Valeur de retour
Type : Microsoft.VisualStudio.VCProjectEngine.VCRuntimeBooleanProperty
Objet VCRuntimeBooleanProperty.
Notes
Retourne la nouvelle propriété booléenne.
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.