VCCustomBuildRule.RemoveProperty - метод
Removes the given property from the custom build rule.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
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
)
Параметры
Property
Тип: Microsoft.VisualStudio.VCProjectEngine.VCRuntimePropertyThe VCRuntimeProperty to remove.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.