VCCodeNamespace.Remove Method

Removes the specified project from the solution.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

声明
Sub Remove ( _
    Element As Object _
)
用法
Dim instance As VCCodeNamespace
Dim Element As Object

instance.Remove(Element)
void Remove(
    Object Element
)
void Remove(
    Object^ Element
)
function Remove(
    Element : Object
)

Parameters

  • Element
    Type: System.Object

    Required. The project to remove from the solution.

Permissions

See Also

Reference

VCCodeNamespace Interface

VCCodeNamespace Members

Microsoft.VisualStudio.VCCodeModel Namespace