Método VCCustomBuildRule.RemoveProperty
Remove a propriedade fornecida da regra de compilação personalizada.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
Sub RemoveProperty ( _
Property As VCRuntimeProperty _
)
void RemoveProperty(
VCRuntimeProperty Property
)
void RemoveProperty(
[InAttribute] VCRuntimeProperty^ Property
)
abstract RemoveProperty :
Property:VCRuntimeProperty -> unit
function RemoveProperty(
Property : VCRuntimeProperty
)
Parâmetros
- Property
Tipo: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeProperty
O VCRuntimeProperty para remover.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.