IVsProjectMRU.RegisterProjectMRU(String, String, String, String, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Register additional information for a Project MRU entry. Only the first entry in the MRU list can be modified.
public:
void RegisterProjectMRU(System::String ^ szLocalPath, System::String ^ szProviderString, System::String ^ szDisplayText, System::String ^ szToolTipDisplayText, Guid % providerId);
public void RegisterProjectMRU (string szLocalPath, string szProviderString, string szDisplayText, string szToolTipDisplayText, ref Guid providerId);
abstract member RegisterProjectMRU : string * string * string * string * Guid -> unit
Public Sub RegisterProjectMRU (szLocalPath As String, szProviderString As String, szDisplayText As String, szToolTipDisplayText As String, ByRef providerId As Guid)
Parameters
- szLocalPath
- String
The local path to the project/solution.
- szProviderString
- String
A provider-specific string, for example a server path.
- szDisplayText
- String
Additional text that will be displayed in the Start Page MRU list for the project/solution.
- szToolTipDisplayText
- String
An additional line of text that will be displayed in the Start Page MRU tooltip for the project/solution.
- providerId
- Guid
Id of the source control provider that is calling the method.</