Compartilhar via


Método SyncKnowledge.Contains (ChangeUnitChange)

Indica se a alteração da unidade de alteração especificada é conhecida por este conhecimento.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)

Sintaxe

'Declaração
Public Function Contains ( _
    changeUnitChange As ChangeUnitChange _
) As Boolean
'Uso
Dim instance As SyncKnowledge
Dim changeUnitChange As ChangeUnitChange
Dim returnValue As Boolean

returnValue = instance.Contains(changeUnitChange)
public bool Contains (
    ChangeUnitChange changeUnitChange
)
public:
bool Contains (
    ChangeUnitChange^ changeUnitChange
)
public boolean Contains (
    ChangeUnitChange changeUnitChange
)
public function Contains (
    changeUnitChange : ChangeUnitChange
) : boolean

Parâmetros

  • changeUnitChange
    A alteração da unidade de alteração a ser procurada.

Valor de retorno

true se changeUnitChange for conhecido; caso contrário, false.

Consulte também

Referência

Classe SyncKnowledge
Membros SyncKnowledge
Namespace Microsoft.Synchronization