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 : StringChemin 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
- 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.