Partilhar via


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

Segurança do .NET Framework

Consulte também

Referência

VCCustomBuildRule Interface

Namespace Microsoft.VisualStudio.VCProjectEngine