Compartilhar via


SyncObjectEvents_ProgressEventHandler Delegar

Definição

This is a delegate for an event in the corresponding object. After implementing a callback method for the event, use this delegate to connect the callback method to the event. If there are multiple versions of the event interface, this delegate connects the callback method for the event in the specified version of Outlook.

public delegate void SyncObjectEvents_ProgressEventHandler(OlSyncState State, System::String ^ Description, int Value, int Max);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void SyncObjectEvents_ProgressEventHandler(OlSyncState State, string Description, int Value, int Max);
Public Delegate Sub SyncObjectEvents_ProgressEventHandler(State As OlSyncState, Description As String, Value As Integer, Max As Integer)

Parâmetros

State
OlSyncState

Um valor que identifica o estado atual do processo de sincronização.

Description
String

Uma descrição textual do estado atual do processo de sincronização.

Value
Int32

Especifica o valor atual do processo de sincronização (como o número de itens sincronizados).

Max
Int32

O máximo que Value pode alcançar. A proporção de Value para Max representa a porcentagem completa do processo de sincronização.

Atributos

Aplica-se a