Compartilhar via


UI2 Interface

Definição

This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. Para obter informações sobre esse tipo, incluindo uso, observações e exemplos, consulteUIObject.

public interface class UI2 : Microsoft::Office::Interop::InfoPath::SemiTrust::UI
[System.Runtime.InteropServices.Guid("096cd549-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface UI2 : Microsoft.Office.Interop.InfoPath.SemiTrust.UI
type UI2 = interface
    interface UI
Public Interface UI2
Implements UI
Derivado
Atributos
Implementações
UI

Métodos

Alert(String)

Exibe uma caixa de mensagens com uma mensagem de texto personalizada em um formulário do Microsoft InfoPath.

Confirm(String, XdConfirmButtons)

Exibe uma caixa de mensagem com botões para entrada de um usuário.

SetSaveAsDialogFileName(String)

Define o nome do arquivo padrão para um formulário na caixa de diálogo Salvar como.

SetSaveAsDialogLocation(String)

Define o local inicial em que a caixa de diálogo Salvar como começa a navegar quando é aberta.

ShowMailItem(String, String, String, String, String)

Cria uma mensagem de email no editor de email padrão e anexa o formulário Microsoft InfoPath aberto atualmente à mensagem.

ShowModalDialog(String, Object, Object, Object, Object, Object)

Exibe uma caixa de diálogo modal personalizada em um formulário do Microsoft InfoPath.

ShowSignatureDialog()

Exibe a caixa de diálogo Assinaturas Do Microsoft InfoPathDigital.

Aplica-se a