CodeInterface2.IsDerivedFrom[String] 属性

定义

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

public:
 property bool IsDerivedFrom[System::String ^] { bool get(System::String ^ FullName); };
[System.Runtime.InteropServices.DispId(43)]
public bool IsDerivedFrom[string FullName] { [System.Runtime.InteropServices.DispId(43)] get; }
[<System.Runtime.InteropServices.DispId(43)>]
[<get: System.Runtime.InteropServices.DispId(43)>]
member this.IsDerivedFrom(string) : bool
Public ReadOnly Property IsDerivedFrom(FullName As String) As Boolean

参数

FullName
String

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

属性值

Boolean

一个布尔值, true 如果对象将另一个对象作为基,则该值为; 否则为 false

实现

属性

注解

备注

在进行了某些类型的编辑之后,代码模型元素(例如类、结构、函数、特性、委托等)的值可能变为非确定性的,这意味着不能确定它们的值始终保持不变。

适用于