Share via


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 _
)

Dim instance As VCProject
Dim Platform As Object

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

Parameters

Permissions

See Also

Reference

VCProject Interface

VCProject Members

Microsoft.VisualStudio.VCProjectEngine Namespace