Partager via


VCProject.RemoveRuleDefinition, méthode

Supprime une définition de Rule de ce projet.

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

Syntaxe

'Déclaration
Function RemoveRuleDefinition ( _
    bstrRuleFilePath As String _
) As Boolean
bool RemoveRuleDefinition(
    string bstrRuleFilePath
)
bool RemoveRuleDefinition(
    [InAttribute] String^ bstrRuleFilePath
)
abstract RemoveRuleDefinition : 
        bstrRuleFilePath:string -> bool
function RemoveRuleDefinition(
    bstrRuleFilePath : String
) : boolean

Paramètres

  • bstrRuleFilePath
    Type : String

    Chemin d'accès d'un fichier XML qui contient une règle. Chemin d'accès peut être un chemin d'accès complet ou être relatif au projet.

Valeur de retour

Type : Boolean
true si l'opération aboutit ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms