VCCodeUnion.DerivedTypes 属性

定义

获取从此对象派生的对象的集合。

public:
 property EnvDTE::CodeElements ^ DerivedTypes { EnvDTE::CodeElements ^ get(); };
[System.Runtime.InteropServices.DispId(44)]
public EnvDTE.CodeElements DerivedTypes { [System.Runtime.InteropServices.DispId(44)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(44)>]
[<get: System.Runtime.InteropServices.DispId(44)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.DerivedTypes : EnvDTE.CodeElements
Public ReadOnly Property DerivedTypes As CodeElements

属性值

CodeElements

一个 CodeElements 集合。

属性

注解

DerivedTypes 返回从此 CodeElements 类型派生的类型的集合。 DerivedTypes 仅返回单个项目中从该类型派生的类型,而不是在其他项目或语言中派生的类型。 如果代码元素为 EnvDTE.vsCMElement.vsCMElementInterface ,则返回的集合还包括 CodeClass 实现接口的对象。

适用于