VCCodeNamespace.Remove - метод
Removes the specified project from the solution.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
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
)
Параметры
Element
Тип: System.ObjectRequired. The project to remove from the solution.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.