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 _
)
'Usage
Dim instance As VCCodeModel
Dim Element As Object
Dim Delete As Integer
instance.RemoveEx(Element, Delete)
void RemoveEx(
Object Element,
int Delete
)
void RemoveEx(
Object^ Element,
int Delete
)
function RemoveEx(
Element : Object,
Delete : int
)
Parameters
Element
Type: System.ObjectRequired. The project to remove from the solution.
Delete
Type: System.Int32True, if the project is to be deleted, false otherwise.
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.