VCCodeClass.IsDerivedFrom 属性

获取一个值,该值指示一个对象是否以另一个对象作为基。

命名空间:  Microsoft.VisualStudio.VCCodeModel
程序集:  Microsoft.VisualStudio.VCCodeModel(在 Microsoft.VisualStudio.VCCodeModel.dll 中)

语法

声明
ReadOnly Property IsDerivedFrom ( _
    FullName As String _
) As Boolean
bool this[
    string FullName
] { get; }
property bool IsDerivedFrom[String^ FullName] {
    bool get (String^ FullName);
}
abstract IsDerivedFrom : 
        FullName:string -> bool with get
JScript 不支持索引属性。

参数

  • FullName
    类型:String

    必选。 要在此类型的沿袭中搜索的类型。

属性值

类型:Boolean
如果对象有另一个对象作为其基对象,则为 true,否则为 false。

.NET Framework 安全性

请参阅

参考

VCCodeClass 接口

Microsoft.VisualStudio.VCCodeModel 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例