Share via


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)

Syntax

'Declaration
<GuidAttribute("D60EDEEA-3629-42CC-BAAF-9AC52E63EEAF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsProjectMRU
[GuidAttribute("D60EDEEA-3629-42CC-BAAF-9AC52E63EEAF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectMRU
[GuidAttribute(L"D60EDEEA-3629-42CC-BAAF-9AC52E63EEAF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsProjectMRU
[<GuidAttribute("D60EDEEA-3629-42CC-BAAF-9AC52E63EEAF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectMRU =  interface end
public interface IVsProjectMRU

The IVsProjectMRU type exposes the following members.

Methods

  Name Description
Public method RegisterProjectMRU Register additional information for a Project MRU entry. Only the first entry in the MRU list can be modified.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace