IVsProjectMRU Schnittstelle

Definition

Stellt Methoden zum Registrieren der zuletzt verwendeten (MRU)-Einträge bereit.

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
Attribute

Methoden

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

Registrieren Sie zusätzliche Informationen für einen Projekt-MRU-Eintrag. Nur der erste Eintrag in der MRU-Liste kann geändert werden.

Gilt für