Metoda VCFileCodeModel.RemoveEx —

Usuwa określony projekt z rozwiązania z opcją Usuń.

Przestrzeń nazw:  Microsoft.VisualStudio.VCCodeModel
Zestaw:  Microsoft.VisualStudio.VCCodeModel (w Microsoft.VisualStudio.VCCodeModel.dll)

Składnia

'Deklaracja
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
)

Parametry

  • Element
    Typ: Object

    Wymagane.Projekt, aby usunąć z roztworu.

  • Delete
    Typ: Int32

    Wskazuje, czy element został usunięty lub nie.Jeśli Delete = 1, element jest usuwany.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCFileCodeModel Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCCodeModel