VCCodeDelegate.IsDerivedFrom Property

Gets a value indicating whether an object has another object as a base.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property IsDerivedFrom ( _
    FullName As String _
) As Boolean
    Get
bool this[
    string FullName
] { get; }
property bool IsDerivedFrom[String^ FullName] {
    bool get (String^ FullName);
}
abstract IsDerivedFrom : bool
JScript does not support indexed properties.

Parameters

  • FullName
    Type: System.String
    Required. The type to search for in the lineage of this type.

Property Value

Type: System.Boolean
true if an object has another object as a base, false if otherwise.

.NET Framework Security

See Also

Reference

VCCodeDelegate Interface

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples