IVsSharedProjectReference::Name Property
Visual Studio 2015
Gets or sets the name/caption of the Shared Project (owner project for the imported shared MSBuild file).
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).
Implements
IVsReference::Name
Show: