VCCustomBuildRule.RemoveProperty 方法

将给定的属性从自定义生成规则中移除。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

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

参数

.NET Framework 安全性

请参阅

参考

VCCustomBuildRule 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间