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 _
)
用法
Dim instance As VCCustomBuildRule
Dim Property As VCRuntimeProperty
instance.RemoveProperty(Property)
void RemoveProperty(
VCRuntimeProperty Property
)
void RemoveProperty(
[InAttribute] VCRuntimeProperty^ Property
)
function RemoveProperty(
Property : VCRuntimeProperty
)
Parameters
Property
Type: Microsoft.VisualStudio.VCProjectEngine.VCRuntimePropertyThe VCRuntimeProperty to remove.
Permissions
- 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.