IVsSharedProjectReference::Name Property

Visual Studio 2015
 

Gets or sets the name/caption of the Shared Project (owner project for the imported shared MSBuild file).

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

[DispIdAttribute(1610678272)]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name/caption of the Shared Project (owner project for the imported shared MSBuild file).

Return to top
Show: