VCFileCodeModel.RemoveEx Method

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

声明
Sub RemoveEx ( _
    Element As Object, _
    Delete As Integer _
)
用法
Dim instance As VCFileCodeModel
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.Object

    Required. The project to remove from the solution.

  • Delete
    Type: System.Int32

    Indicates whether the element is deleted or not. If Delete = 1, the element is deleted.

Permissions

See Also

Reference

VCFileCodeModel Interface

VCFileCodeModel Members

Microsoft.VisualStudio.VCCodeModel Namespace