Compartir a través de


MruListBox Class

MRU ListBox control to display project MRU items

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.StartPage (in Microsoft.VisualStudio.Shell.StartPage.dll)

Syntax

'Declaración
Public Class MruListBox _
    Inherits ListBox
'Uso
Dim instance As MruListBox
public class MruListBox : ListBox
public ref class MruListBox : public ListBox
type MruListBox =  
    class
        inherit ListBox
    end
public class MruListBox extends ListBox

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ItemsControl
                System.Windows.Controls.Primitives.Selector
                  System.Windows.Controls.ListBox
                    Microsoft.VisualStudio.PlatformUI.MruListBox

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MruListBox Members

Microsoft.VisualStudio.PlatformUI Namespace