IVsSharedProjectReference::FullPath Property

Visual Studio 2015
 

Gets or sets the full path of Shared Project's project file (e.g. *.shproj file).

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

[DispIdAttribute(1610678274)]
property String^ FullPath {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

the full path of Shared Project's project file (e.g. *.shproj file).

Return to top
Show: