VCCustomBuildRule.RemoveProperty, méthode
Supprime la propriété donnée de la règle de génération personnalisée.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Sub RemoveProperty ( _
Property As VCRuntimeProperty _
)
void RemoveProperty(
VCRuntimeProperty Property
)
void RemoveProperty(
[InAttribute] VCRuntimeProperty^ Property
)
abstract RemoveProperty :
Property:VCRuntimeProperty -> unit
function RemoveProperty(
Property : VCRuntimeProperty
)
Paramètres
- Property
Type : Microsoft.VisualStudio.VCProjectEngine.VCRuntimeProperty
VCRuntimeProperty à supprimer.
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.