Compartilhar via


DocReturnEvent 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, consulteDocReturnEventObject.

public interface class DocReturnEvent : Microsoft::Office::Interop::InfoPath::DocEvent
[System.Runtime.InteropServices.Guid("096CD676-0786-11D1-95FA-0080C78EE3BB")]
public interface DocReturnEvent : Microsoft.Office.Interop.InfoPath.DocEvent
type DocReturnEvent = interface
    interface DocEvent
Public Interface DocReturnEvent
Implements DocEvent
Derivado
Atributos
Implementações

Propriedades

ReturnStatus

Obtém ou define um valor que indica o retorno status do OnLoad evento e do OnSubmitRequest evento.

XDocument

Obtém uma referência ao XDocument objeto associado ao DocReturnEventObject objeto durante um OnLoad evento ou OnSubmitRequest .

Aplica-se a