VCCodeStruct.Typedefs 属性

定义

获取对象的 Typedef 元素的集合。

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

属性值

CodeElements

一个 CodeElements 集合。

属性

适用于