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

声明
ReadOnly Property IsDerivedFrom ( _
    FullName As String _
) As Boolean
用法
Dim instance As VCCodeDelegate
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 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.

Permissions

See Also

Concepts

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

Reference

VCCodeDelegate Interface

VCCodeDelegate Members

Microsoft.VisualStudio.VCCodeModel Namespace