ItemChange.MadeWithKnowledge 屬性
取得這個變更的建立方式知識。
命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Public ReadOnly Property MadeWithKnowledge As SyncKnowledge
'用途
Dim instance As ItemChange
Dim value As SyncKnowledge
value = instance.MadeWithKnowledge
public SyncKnowledge MadeWithKnowledge { get; }
public:
property SyncKnowledge^ MadeWithKnowledge {
SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_MadeWithKnowledge ()
public function get MadeWithKnowledge () : SyncKnowledge
屬性值
這個變更的建立方式知識。
備註
變更的建立方式知識通常是在進行這項變更時複寫所擁有的知識。
ItemChange 物件必須代表來源提供者的變更,這個知識才有意義。