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


VCProject.RemovePlatform - метод

Removes a platform from the current project (not enabled for Visual C++).

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
Sub RemovePlatform ( _
    Platform As Object _
)
'Применение
Dim instance As VCProject
Dim Platform As Object

instance.RemovePlatform(Platform)
void RemovePlatform(
    Object Platform
)
void RemovePlatform(
    [InAttribute] Object^ Platform
)
function RemovePlatform(
    Platform : Object
)

Параметры

  • Platform
    Тип: System.Object

    Required. The platform to remove.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCProject Интерфейс

VCProject - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен