Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Property
Type: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeProperty
The VCRuntimeProperty to remove.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.