VCCodeStruct.RemoveMember - метод
Removes a member code construct.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
Sub RemoveMember ( _
Element As Object _
)
'Применение
Dim instance As VCCodeStruct
Dim Element As Object
instance.RemoveMember(Element)
void RemoveMember(
Object Element
)
void RemoveMember(
Object^ Element
)
function RemoveMember(
Element : Object
)
Параметры
Element
Тип: System.ObjectRequired. A CodeElement object or the name of one in the collection.
Заметки
The removed element 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