ChangeType プロパティ
適用される変更の種類を取得します。
名前空間: Microsoft.Synchronization.Files
アセンブリ: Microsoft.Synchronization.Files (Microsoft.Synchronization.Files.dll 内)
構文
'宣言
Public ReadOnly Property ChangeType As ChangeType
Get
'使用
Dim instance As ApplyingChangeEventArgs
Dim value As ChangeType
value = instance.ChangeType
public ChangeType ChangeType { get; }
public:
property ChangeType ChangeType {
ChangeType get ();
}
member ChangeType : ChangeType
function get ChangeType () : ChangeType
プロパティ値
型 : Microsoft.Synchronization.Files. . :: . .ChangeType
適用される変更の種類が含まれている ChangeType。