VCCodeMap.CodeModel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取项目的 VCCodeModel 对象。
public:
property Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ CodeModel { Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ get(); };
public:
property Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ CodeModel { Microsoft::VisualStudio::VCCodeModel::VCCodeModel ^ get(); };
[System.Runtime.InteropServices.DispId(546)]
public Microsoft.VisualStudio.VCCodeModel.VCCodeModel CodeModel { [System.Runtime.InteropServices.DispId(546)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(546)>]
[<get: System.Runtime.InteropServices.DispId(546)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.CodeModel : Microsoft.VisualStudio.VCCodeModel.VCCodeModel
Public ReadOnly Property CodeModel As VCCodeModel
属性值
VCCodeModel 对象。
- 属性
注解
VCCodeModel对象提供对源文件中代码元素或定义的项目级访问权限。