SkippedChangeEventArgs.ChangeType プロパティ

適用されることになっていた変更の種類を取得します。

名前空間: Microsoft.Synchronization.Files
アセンブリ: Microsoft.Synchronization.Files (microsoft.synchronization.files.dll 内)

構文

'宣言
Public ReadOnly Property ChangeType As ChangeType
'使用
Dim instance As SkippedChangeEventArgs
Dim value As ChangeType

value = instance.ChangeType
public ChangeType ChangeType { get; }
public:
property ChangeType ChangeType {
    ChangeType get ();
}
/** @property */
public ChangeType get_ChangeType ()
public function get ChangeType () : ChangeType

プロパティ値

適用されることになっていた変更の種類を示す ChangeType

参照

リファレンス

SkippedChangeEventArgs クラス
SkippedChangeEventArgs メンバー
Microsoft.Synchronization.Files 名前空間