VCCodeFunction.Project Property

Definition

Gets the Project associated with the object.

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] get; }
[<System.Runtime.InteropServices.DispId(545)>]
[<get: System.Runtime.InteropServices.DispId(545)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.Project : EnvDTE.Project
Public ReadOnly Property Project As Project

Property Value

A Project object.

Attributes

Remarks

The Project property represents the project to which the item belongs.

Applies to