Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes knowledge about the specified item from the knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub ExcludeItem ( _
itemId As SyncId _
)
'Usage
Dim instance As SyncKnowledge
Dim itemId As SyncId
instance.ExcludeItem(itemId)
public void ExcludeItem (
SyncId itemId
)
public:
void ExcludeItem (
SyncId^ itemId
)
public void ExcludeItem (
SyncId itemId
)
public function ExcludeItem (
itemId : SyncId
)
Parameters
- itemId
The ID of the item to exclude.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace