Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the knowledge for the specified item.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function GetKnowledgeForItem ( _
itemId As SyncId _
) As SyncKnowledge
'Usage
Dim instance As SyncKnowledge
Dim itemId As SyncId
Dim returnValue As SyncKnowledge
returnValue = instance.GetKnowledgeForItem(itemId)
public SyncKnowledge GetKnowledgeForItem(
SyncId itemId
)
public:
SyncKnowledge^ GetKnowledgeForItem(
SyncId^ itemId
)
member GetKnowledgeForItem :
itemId:SyncId -> SyncKnowledge
public function GetKnowledgeForItem(
itemId : SyncId
) : SyncKnowledge
Parameters
- itemId
Type: Microsoft.Synchronization.SyncId
The ID of the item to look up.
Return Value
Type: Microsoft.Synchronization.SyncKnowledge
The knowledge for the specified item.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncKnowledge object is not initialized. |
| ArgumentNullException | itemId is a null reference (Nothing in Visual Basic). |
| SyncIdFormatMismatchException | itemId is not in the ID format specified for this knowledge object or has a different variable length setting. |