VCCodeStruct.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

属性

适用于