次の方法で共有


SyncObjectEvents.Progress(OlSyncState, String, Int32, Int32) メソッド

定義

これは、COM コクラス内のイベント インターフェイス内のメンバです。 これは、ユーザー コード内で使用することを意図したものではありません。

public:
 void Progress(Microsoft::Office::Interop::Outlook::OlSyncState State, System::String ^ Description, int Value, int Max);
public void Progress (Microsoft.Office.Interop.Outlook.OlSyncState State, string Description, int Value, int Max);
Public Sub Progress (State As OlSyncState, Description As String, Value As Integer, Max As Integer)

パラメーター

State
OlSyncState
Description
String
Value
Int32
Max
Int32

適用対象