EntityFieldValueDictionary.CreateCollectionInstance método
Namespace: Microsoft.BusinessData.Runtime
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
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
Ver também
Referência
EntityFieldValueDictionary classe