del método EntityFieldValueDictionary.CreateInstance
Espacio de nombres: Microsoft.BusinessData.Runtime
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Sub CreateInstance ( _
fieldInstanceDotNotation As String, _
fieldDotNotation As String _
)
'Uso
Dim instance As EntityFieldValueDictionary
Dim fieldInstanceDotNotation As String
Dim fieldDotNotation As String
instance.CreateInstance(fieldInstanceDotNotation, _
fieldDotNotation)
public void CreateInstance(
string fieldInstanceDotNotation,
string fieldDotNotation
)
Parámetros
- fieldInstanceDotNotation
Tipo: System.String
- fieldDotNotation
Tipo: System.String
Vea también
Referencia
clase EntityFieldValueDictionary