Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Stellt fest, ob der Taktvektor das angegebene Element enthält.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function Contains ( _
item As IClockVectorElement _
) As Boolean
'Usage
Dim instance As FeedClockVector
Dim item As IClockVectorElement
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains (
IClockVectorElement item
)
public:
virtual bool Contains (
IClockVectorElement^ item
) sealed
public final boolean Contains (
IClockVectorElement item
)
public final function Contains (
item : IClockVectorElement
) : boolean
Parameter
- item
Das Element, das im Taktvektor gesucht werden soll.
Rückgabewert
true, wenn item im Taktvektor enthalten ist; andernfalls false.
Siehe auch
Verweis
FeedClockVector-Klasse
FeedClockVector-Member
Microsoft.Synchronization.FeedSync-Namespace