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