Поделиться через


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 - пространство имен