ConfigurationManager.DeletePlatform Method

Removes a column of platform configurations, such as "WinCE PalmSize."

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub DeletePlatform ( _
    Name As String _
)
void DeletePlatform(
    string Name
)
void DeletePlatform(
    String^ Name
)
abstract DeletePlatform : 
        Name:string -> unit 
function DeletePlatform(
    Name : String
)

Parameters

  • Name
    Type: System.String
    Required. The name of the platform to delete.

Remarks

DeletePlatform deletes all the Configuration objects for the specified platform. If any of the deleted Configuration objects were part of any SolutionContext, they are removed from it as well.

.NET Framework Security

See Also

Reference

ConfigurationManager Interface

EnvDTE Namespace