VCReferences.project Property

Gets the project that contains these references.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property project As Object
    Get
Object project { get; }
property Object^ project {
    Object^ get ();
}
abstract project : Object
function get project () : Object

Property Value

Type: System.Object
A VCProject object.

Implements

VCProjectItem.project

.NET Framework Security

See Also

Reference

VCReferences Interface

project Overload

Microsoft.VisualStudio.VCProjectEngine Namespace