Share via


DialogWindowBase Class

Base class for WPF dialogs in Visual Studio 10 and later. The class provides consistent styling and caption buttons with other dialogs in VisualStudio.

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

Syntax

‘선언
Public MustInherit Class DialogWindowBase _
    Inherits Window
‘사용 방법
Dim instance As DialogWindowBase
public abstract class DialogWindowBase : Window
public ref class DialogWindowBase abstract : public Window
[<AbstractClassAttribute>]
type DialogWindowBase =  
    class
        inherit Window
    end
public abstract class DialogWindowBase extends Window

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.ContentControl
                System.Windows.Window
                  Microsoft.VisualStudio.PlatformUI.DialogWindowBase
                    Microsoft.VisualStudio.PlatformUI.DialogWindow
                    Microsoft.VisualStudio.PlatformUI.VsUIDialogWindow

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

DialogWindowBase Members

Microsoft.VisualStudio.PlatformUI Namespace