SVsProjectMRU Interface
Provides IVsProjectMRU.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("D8982A22-9CE1-45ED-963C-815854B1CFA2")> _
Public Interface SVsProjectMRU
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D8982A22-9CE1-45ED-963C-815854B1CFA2")]
public interface SVsProjectMRU
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"D8982A22-9CE1-45ED-963C-815854B1CFA2")]
public interface class SVsProjectMRU
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("D8982A22-9CE1-45ED-963C-815854B1CFA2")>]
type SVsProjectMRU = interface end
public interface SVsProjectMRU