Partager via


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

Voir aussi

Référence

VCCustomBuildRule Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms