共用方式為


ObjectIdentityQuery Constructor

This member is reserved for internal use and is not intended to be used directly from your code. Initiates a new instance of the ObjectIdentityQuery class.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    objectPath As ObjectPath _
)
'Usage
Dim objectPath As ObjectPath

Dim instance As New ObjectIdentityQuery(objectPath)
public ObjectIdentityQuery(
    ObjectPath objectPath
)

Parameters

Remarks

This method is used in the runtime, but it is intended to be called publicly.

See Also

Reference

ObjectIdentityQuery Class

ObjectIdentityQuery Members

Microsoft.SharePoint.Client Namespace