VCCustomBuildRule.RemoveProperty Method

Removes the given property from the custom build rule.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Sub RemoveProperty ( _
    Property As VCRuntimeProperty _
)
void RemoveProperty(
    VCRuntimeProperty Property
)
void RemoveProperty(
    [InAttribute] VCRuntimeProperty^ Property
)
abstract RemoveProperty : 
        Property:VCRuntimeProperty -> unit
function RemoveProperty(
    Property : VCRuntimeProperty
)

Parameters

.NET Framework Security

See Also

Reference

VCCustomBuildRule Interface

Microsoft.VisualStudio.VCProjectEngine Namespace