SyncObjectEvents Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.
public interface class SyncObjectEvents
[System.Runtime.InteropServices.Guid("00063085-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SyncObjectEvents
Public Interface SyncObjectEvents
- Derivado
- Atributos
Métodos
OnError(Int32, String) |
This is a member in an event interface in a COM coclass. It is not intended to be used in your code. |
Progress(OlSyncState, String, Int32, Int32) |
This is a member in an event interface in a COM coclass. It is not intended to be used in your code. |
SyncEnd() |
This is a member in an event interface in a COM coclass. It is not intended to be used in your code. |
SyncStart() |
This is a member in an event interface in a COM coclass. It is not intended to be used in your code. |