IScriptTypeFactory.CreateObjectFromScriptType 方法
此成员仅供内部使用,不能直接在您的代码中使用。创建客户端对象从其指定的脚本类型名称。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中) Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)
语法
声明
Function CreateObjectFromScriptType ( _
scriptTypeName As String, _
context As ClientRuntimeContext _
) As IFromJson
用法
Dim instance As IScriptTypeFactory
Dim scriptTypeName As String
Dim context As ClientRuntimeContext
Dim returnValue As IFromJson
returnValue = instance.CreateObjectFromScriptType(scriptTypeName, _
context)
IFromJson CreateObjectFromScriptType(
string scriptTypeName,
ClientRuntimeContext context
)
参数
scriptTypeName
类型:System.String表示当前的客户端对象的脚本类型名称的String对象。
context
类型:Microsoft.SharePoint.Client.ClientRuntimeContext表示当前的客户端上下文的ClientRuntimeContext对象。
返回值
类型:Microsoft.SharePoint.Client.IFromJson
用于从JsonReader对象初始化对象IFromJson对象。
备注
由**[ScriptTypeMap]**对象实现此接口。