IVsSharedProjectReference::AlreadyReferenced Property

Visual Studio 2015
 

Determines whether the project was already referenced.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[DispIdAttribute(1610678276)]
property bool AlreadyReferenced {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

True if the project was already referenced, otherwise false.

Return to top
Show: