IVsProjectMRU Interface

 

Provides methods for registering most recently used (MRU) entries.

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

[GuidAttribute("D60EDEEA-3629-42CC-BAAF-9AC52E63EEAF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsProjectMRU

NameDescription
System_CAPS_pubmethodRegisterProjectMRU(String^, String^, String^, String^, Guid)

Register additional information for a Project MRU entry. Only the first entry in the MRU list can be modified.

Return to top
Show: