VCFileCodeModel.RemoveEx - метод
Removes the specified project from the solution with an option to delete.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
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
)
Параметры
Element
Тип: System.ObjectRequired. The project to remove from the solution.
Delete
Тип: System.Int32Indicates whether the element is deleted or not. If Delete = 1, the element is deleted.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.