Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the behavior of the Wait dialog. These flags are passed to StartWaitDialog.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSTWDFLAGS
[FlagsAttribute]
public enum __VSTWDFLAGS
[FlagsAttribute]
public enum class __VSTWDFLAGS
[<FlagsAttribute>]
type __VSTWDFLAGS
public enum __VSTWDFLAGS
Members
| Member name | Description | |
|---|---|---|
| VSTWDFLAGS_CANCELLABLE | The dialog can be cancelled, so display the Cancel button. | |
| VSTWDFLAGS_NOFLAGS | No flags are specified. | |
| VSTWDFLAGS_TOPMOST | Force the Wait dialog window above all other windows. |