ItemConstraintEventArgs.SourceChange プロパティ
同期元プロバイダーから変更メタデータを取得します。
名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
Public Overridable ReadOnly Property SourceChange As ItemChange
'使用
Dim instance As ItemConstraintEventArgs
Dim value As ItemChange
value = instance.SourceChange
public virtual ItemChange SourceChange { get; }
public:
virtual property ItemChange^ SourceChange {
ItemChange^ get ();
}
/** @property */
public ItemChange get_SourceChange ()
public function get SourceChange () : ItemChange
プロパティ値
同期元プロバイダーから取得する変更メタデータ。
参照
リファレンス
ItemConstraintEventArgs クラス
ItemConstraintEventArgs メンバー
Microsoft.Synchronization 名前空間