IVsProjectMRU Interface

Definition

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

public interface class IVsProjectMRU
public interface class IVsProjectMRU
__interface IVsProjectMRU
[System.Runtime.InteropServices.Guid("D60EDEEA-3629-42CC-BAAF-9AC52E63EEAF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectMRU
[<System.Runtime.InteropServices.Guid("D60EDEEA-3629-42CC-BAAF-9AC52E63EEAF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectMRU = interface
Public Interface IVsProjectMRU
Attributes

Methods

RegisterProjectMRU(String, String, String, String, Guid)

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

Applies to