VCCodeUnion.DerivedTypes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取从此对象派生的对象的集合。
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 集合。
- 属性
注解
DerivedTypes 返回从此 CodeElements 类型派生的类型的集合。 DerivedTypes 仅返回单个项目中从该类型派生的类型,而不是在其他项目或语言中派生的类型。 如果代码元素为 EnvDTE.vsCMElement.vsCMElementInterface ,则返回的集合还包括 CodeClass 实现接口的对象。