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
Object project { get; }
property Object^ project {
    Object^ get ();
}
abstract project : Object with get
function get project () : Object

Property Value

Type: System.Object
A VCProject object.

.NET Framework Security

See Also

Reference

VCReferences Interface

Microsoft.VisualStudio.VCProjectEngine Namespace