共用方式為


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