VCCodeStruct.RemoveBase - метод
Removes an object from the list of bases.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
Sub RemoveBase ( _
Element As Object _
)
'Применение
Dim instance As VCCodeStruct
Dim Element As Object
instance.RemoveBase(Element)
void RemoveBase(
Object Element
)
void RemoveBase(
Object^ Element
)
function RemoveBase(
Element : Object
)
Параметры
Element
Тип: System.ObjectRequired. A CodeElement or the name of one in the collection.
Заметки
The element removed can be either a CodeElement object that is in the collection or the name of a unique element in the collection.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
How to: Compile and Run the Automation Object Model Code Examples