Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
RegisterProjectMRU | Register additional information for a Project MRU entry. Only the first entry in the MRU list can be modified. |
Top
.gif)