DialogResult Class
Microsoft internal use only.
Inheritance Hierarchy
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.DialogResult
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class DialogResult
public static class DialogResult
public ref class DialogResult abstract sealed
[<AbstractClass>]
[<Sealed>]
type DialogResult = class end
public final class DialogResult
The DialogResult type exposes the following members.
Fields
Name | Description | |
---|---|---|
Abort | Microsoft internal use only. | |
Cancel | Microsoft internal use only. | |
Close | Microsoft internal use only. | |
Continue | Microsoft internal use only. | |
Fail | Microsoft internal use only. | |
Help | Microsoft internal use only. | |
Ignore | Microsoft internal use only. | |
No | Microsoft internal use only. | |
OK | Microsoft internal use only. | |
Retry | Microsoft internal use only. | |
TryAgain | Microsoft internal use only. | |
Yes | Microsoft internal use only. |
Top
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.