SyncKnowledge.GetKnowledgeForItem Método
Obtiene el conocimiento para el elemento especificado.
Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)
Sintaxis
'Declaración
Public Function GetKnowledgeForItem ( _
itemId As SyncId _
) As SyncKnowledge
'Uso
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
)
public SyncKnowledge GetKnowledgeForItem (
SyncId itemId
)
public function GetKnowledgeForItem (
itemId : SyncId
) : SyncKnowledge
Parámetros
- itemId
Identificador del elemento que se va a buscar.
Valor devuelto
El conocimiento para el elemento especificado.
Vea también
Referencia
SyncKnowledge Clase
SyncKnowledge Miembros
Microsoft.Synchronization Espacio de nombres