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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。