Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified project from the solution with an option to delete.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Sub RemoveEx ( _
Element As Object, _
Delete As Integer _
)
void RemoveEx(
Object Element,
int Delete
)
void RemoveEx(
Object^ Element,
int Delete
)
abstract RemoveEx :
Element:Object *
Delete:int -> unit
function RemoveEx(
Element : Object,
Delete : int
)
Parameters
Element
Type: System.ObjectRequired. The project to remove from the solution.
Delete
Type: System.Int32Indicates whether the element is deleted or not. If Delete = 1, the element is deleted.
.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.