VCCodeStruct.IsDerivedFrom - свойство
Gets a value indicating whether an object has another object as a base.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property IsDerivedFrom ( _
FullName As String _
) As Boolean
'Применение
Dim instance As VCCodeStruct
Dim FullName As String
Dim value As Boolean
value = instance.IsDerivedFrom(FullName)
bool IsDerivedFrom[
string FullName
] { get; }
property bool IsDerivedFrom[String^ FullName] {
bool get (String^ FullName);
}
JScript не поддерживает индексированные свойства.
Параметры
FullName
Тип: System.StringRequired. The type to search for in the lineage of this type.
Значение свойства
Тип: System.Boolean
true if an object has another object as a base; otherwise, false.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
How to: Compile and Run the Automation Object Model Code Examples