VCProject.RemovePlatform Method
Removes a platform from the current project (not enabled for Visual C++).
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Декларация
Sub RemovePlatform ( _
Platform As Object _
)
void RemovePlatform(
Object Platform
)
void RemovePlatform(
[InAttribute] Object^ Platform
)
abstract RemovePlatform :
Platform:Object -> unit
function RemovePlatform(
Platform : Object
)
Parameters
- Platform
Type: System.Object
Required. The platform to remove.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.