IVsProjectMRU Interface
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.
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. |