del método EntityFieldValueDictionary.CreateCollectionInstance
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 CreateCollectionInstance ( _
fieldDotNotation As String, _
size As Integer _
)
'Uso
Dim instance As EntityFieldValueDictionary
Dim fieldDotNotation As String
Dim size As Integer
instance.CreateCollectionInstance(fieldDotNotation, _
size)
public void CreateCollectionInstance(
string fieldDotNotation,
int size
)
Parámetros
- fieldDotNotation
Tipo: System.String
- size
Tipo: System.Int32
Vea también
Referencia
clase EntityFieldValueDictionary