Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.StringRequired. 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
- 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.