IVsProjectMRU::RegisterProjectMRU Method (String^, String^, String^, String^, Guid)
Visual Studio 2015
Register additional information for a Project MRU entry. Only the first entry in the MRU list can be modified.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
void RegisterProjectMRU(
String^ szLocalPath,
String^ szProviderString,
String^ szDisplayText,
String^ szToolTipDisplayText,
[InAttribute] Guid% providerId
)
Parameters
- szLocalPath
-
Type:
System::String^
The local path to the project/solution.
- szProviderString
-
Type:
System::String^
A provider-specific string, for example a server path.
- szDisplayText
-
Type:
System::String^
Additional text that will be displayed in the Start Page MRU list for the project/solution.
- szToolTipDisplayText
-
Type:
System::String^
An additional line of text that will be displayed in the Start Page MRU tooltip for the project/solution.
- providerId
-
Type:
System::Guid
Id of the source control provider that is calling the method.</
Show: