EntityFieldValueDictionary.CreateInstance 方法
命名空间: Microsoft.BusinessData.Runtime
程序集: 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 CreateInstance ( _
fieldInstanceDotNotation As String, _
fieldDotNotation As String _
)
用法
Dim instance As EntityFieldValueDictionary
Dim fieldInstanceDotNotation As String
Dim fieldDotNotation As String
instance.CreateInstance(fieldInstanceDotNotation, _
fieldDotNotation)
public void CreateInstance(
string fieldInstanceDotNotation,
string fieldDotNotation
)
参数
- fieldInstanceDotNotation
类型:System.String
- fieldDotNotation
类型:System.String