Метод 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
См. также
Справочные материалы
EntityFieldValueDictionary класс