Enumeração OLEMSGBUTTON
Especifica o botão para exibir uma mensagem.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
public enum OLEMSGBUTTON
public enum class OLEMSGBUTTON
type OLEMSGBUTTON
Public Enumeration OLEMSGBUTTON
Membros
Nome do membro | Descrição | |
---|---|---|
OLEMSGBUTTON_ABORTRETRYIGNORE | Exibe os botões ABORTAR, repetir e ignorar. |
|
OLEMSGBUTTON_OK | Exibe o botão OK. |
|
OLEMSGBUTTON_OKCANCEL | Exibe os botões OK e Cancelar. |
|
OLEMSGBUTTON_RETRYCANCEL | Exibe os botões ' Cancelar ' e tente novamente. |
|
OLEMSGBUTTON_YESALLNOCANCEL | Exibe Sim, todos, não, botões e Cancelar. |
|
OLEMSGBUTTON_YESNO | Exibe os botões Sim e não. |
|
OLEMSGBUTTON_YESNOCANCEL | Exibe Sim, não e Cancelar botões. |
Comentários
O OLEMSGBUTTON valor controla o botão definido para ser usado com uma mensagem.
COM assinatura
A partir de oleipc.idl.
[C++]
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo