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
Platform
Type: System.ObjectRequired. The platform to remove.
Permissions
- 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.