SVsMRUItemsStore Interface

Passed to GetService to return a reference to IVsMRUItemsStore.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<GuidAttribute("BAAF2BB3-60EF-4439-A8C3-C09B5FAD7DBE")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface SVsMRUItemsStore
[GuidAttribute("BAAF2BB3-60EF-4439-A8C3-C09B5FAD7DBE")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface SVsMRUItemsStore
[GuidAttribute(L"BAAF2BB3-60EF-4439-A8C3-C09B5FAD7DBE")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class SVsMRUItemsStore
[<GuidAttribute("BAAF2BB3-60EF-4439-A8C3-C09B5FAD7DBE")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type SVsMRUItemsStore =  interface end
public interface SVsMRUItemsStore

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace