VCCodeDelegate.Project 属性

定义

获取 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 对象。

属性

注解

Project属性表示项所属的项目。

适用于