VCCodeStruct.DerivedTypes - свойство
Gets a collection of objects derived from this object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property DerivedTypes As CodeElements
'Применение
Dim instance As VCCodeStruct
Dim value As CodeElements
value = instance.DerivedTypes
CodeElements DerivedTypes { get; }
property CodeElements^ DerivedTypes {
CodeElements^ get ();
}
function get DerivedTypes () : CodeElements
Значение свойства
Тип: EnvDTE.CodeElements
A CodeElements collection.
Заметки
DerivedTypes returns a CodeElements collection of the types that derive from this type. DerivedTypes returns only types that derive from this type within a single project, not across other projects or languages. If the code element is a vsCMElementInterface, then the returned collection also includes CodeClass objects that implement the interface.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
How to: Compile and Run the Automation Object Model Code Examples