Partager via


VCProject.RemoveRuleDefinition, méthode

Supprime une définition de règle du 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 : System.String
    Le chemin d'accès d'un fichier XML qui contient une règle.Le chemin d'accès peut être un chemin complet ou celles qui sont relatives au projet.

Valeur de retour

Type : System.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