Condividi tramite


IWebAccountProviderSilentReportOperation.ReportUserInteractionRequired Metodo

Definizione

Overload

ReportUserInteractionRequired()

Informa l'attivazione di un token che non è stato possibile ottenere automaticamente e che è necessaria l'interazione dell'utente per continuare l'operazione.

ReportUserInteractionRequired(WebProviderError)

Informa l'attivazione di un token che non è stato possibile ottenere automaticamente e che è necessaria l'interazione dell'utente per continuare l'operazione.

ReportUserInteractionRequired()

Informa l'attivazione di un token che non è stato possibile ottenere automaticamente e che è necessaria l'interazione dell'utente per continuare l'operazione.

public:
 void ReportUserInteractionRequired();
/// [Windows.Foundation.Metadata.Overload("ReportUserInteractionRequired")]
void ReportUserInteractionRequired();
[Windows.Foundation.Metadata.Overload("ReportUserInteractionRequired")]
public void ReportUserInteractionRequired();
function reportUserInteractionRequired()
Public Sub ReportUserInteractionRequired ()
Attributi

Vedi anche

Si applica a

ReportUserInteractionRequired(WebProviderError)

Informa l'attivazione di un token che non è stato possibile ottenere automaticamente e che è necessaria l'interazione dell'utente per continuare l'operazione.

public:
 void ReportUserInteractionRequired(WebProviderError ^ value);
/// [Windows.Foundation.Metadata.Overload("ReportUserInteractionRequiredWithError")]
void ReportUserInteractionRequired(WebProviderError const& value);
[Windows.Foundation.Metadata.Overload("ReportUserInteractionRequiredWithError")]
public void ReportUserInteractionRequired(WebProviderError value);
function reportUserInteractionRequired(value)
Public Sub ReportUserInteractionRequired (value As WebProviderError)

Parametri

value
WebProviderError

Errore che si è verificato.

Attributi

Vedi anche

Si applica a