VCCodeStruct.ImplementedInterfaces - свойство
Gets a collection of interfaces implemented by this object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property ImplementedInterfaces As CodeElements
'Применение
Dim instance As VCCodeStruct
Dim value As CodeElements
value = instance.ImplementedInterfaces
CodeElements ImplementedInterfaces { get; }
property CodeElements^ ImplementedInterfaces {
CodeElements^ get ();
}
function get ImplementedInterfaces () : CodeElements
Значение свойства
Тип: EnvDTE.CodeElements
A CodeElements collection.
Заметки
ImplementedInterfaces returns a CodeElements collection, each element of type vsCMElementInterface (see vsCMElement) and representing an interface implemented by the code class.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
How to: Compile and Run the Automation Object Model Code Examples