VCCodeModel.RemoveEx Method

Removes the specified project from the solution.

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: Object

    Required. The project to remove from the solution.

  • Delete
    Type: Int32

    True, if the project is to be deleted, false otherwise.

.NET Framework Security

See Also

Reference

VCCodeModel Interface

Microsoft.VisualStudio.VCCodeModel Namespace