VCCodeUnion.Project Property
Gets the Project associated with the object.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
'Declaration
ReadOnly Property Project As Project
Get
Project Project { get; }
property Project^ Project {
Project^ get ();
}
abstract Project : Project
function get Project () : Project
Type: EnvDTE.Project
A Project object.
The Project property represents the project to which the item belongs.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Microsoft.VisualStudio.VCCodeModel Namespace
How to: Compile and Run the Automation Object Model Code Examples