IVsSharedProjectReference::SharedMSBuildFileFullPath Property

Visual Studio 2015
 

Gets or sets the full path of the imported shared MSBuild file (e.g. *.projitems file).

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

[DispIdAttribute(1610743810)]
property String^ SharedMSBuildFileFullPath {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The full path of the imported shared MSBuild file (e.g. *.projitems file).

Return to top
Show: