AppInstance 构造函数
Initializes a new instance of the AppInstance class using the current context and object path.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Sub New ( _
context As ClientRuntimeContext, _
objectPath As ObjectPath _
)
用法
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New AppInstance(context, _
objectPath)
public AppInstance(
ClientRuntimeContext context,
ObjectPath objectPath
)
参数
context
类型:Microsoft.SharePoint.Client.ClientRuntimeContextThe current context.
objectPath
类型:Microsoft.SharePoint.Client.ObjectPathThe object path.