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 命名空间