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
声明
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.