Share via


AccountsSettingsPaneEventDeferral Classe

Definição

Permite que o aplicativo sinalize quando terminar de preencher coleções de comandos ao manipular o evento AccountCommandsRequested .

public ref class AccountsSettingsPaneEventDeferral sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.None)]
class AccountsSettingsPaneEventDeferral final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.None)]
public sealed class AccountsSettingsPaneEventDeferral
Public NotInheritable Class AccountsSettingsPaneEventDeferral
Herança
Object Platform::Object IInspectable AccountsSettingsPaneEventDeferral
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)

Comentários

Use o método Complete para sinalizar quando o aplicativo tiver atendido à solicitação.

Métodos

Complete()

Sinaliza que o aplicativo terminou de preencher coleções de comandos ao manipular o evento AccountCommandsRequested .

Aplica-se a

Confira também