VCCodeParameter.Project 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 Project 与对象关联的对象。
public:
property EnvDTE::Project ^ Project { EnvDTE::Project ^ get(); };
public:
property EnvDTE::Project ^ Project { EnvDTE::Project ^ get(); };
[System.Runtime.InteropServices.DispId(545)]
public EnvDTE.Project Project { [System.Runtime.InteropServices.DispId(545)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(545)>]
[<get: System.Runtime.InteropServices.DispId(545)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Project : EnvDTE.Project
Public ReadOnly Property Project As Project
属性值
Project 对象。
- 属性
注解
Project属性表示项所属的项目。