ObjectIdentityQuery construtor
This member is reserved for internal use and is not intended to be used directly from your code. Inicia uma nova instância da classe ObjectIdentityQuery .
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Sub New ( _
objectPath As ObjectPath _
)
'Uso
Dim objectPath As ObjectPath
Dim instance As New ObjectIdentityQuery(objectPath)
public ObjectIdentityQuery(
ObjectPath objectPath
)
Parâmetros
objectPath
Tipo: Microsoft.SharePoint.Client.ObjectPathO objeto ObjectPath do objeto cuja ID canônica é a serem recuperados do servidor.
Comentários
Este método é usado no runtime, mas ele se destina a ser chamado publicamente.