共用方式為


VCProject.RemovePlatform 方法

從目前專案中移除平台 (未對 Visual C++ 啟用)。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Sub RemovePlatform ( _
    Platform As Object _
)
void RemovePlatform(
    Object Platform
)
void RemovePlatform(
    [InAttribute] Object^ Platform
)
abstract RemovePlatform : 
        Platform:Object -> unit 
function RemovePlatform(
    Platform : Object
)

參數

  • Platform
    型別:System.Object
    必要項。要移除的平台。

.NET Framework 安全性

請參閱

參考

VCProject 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間