FieldValueDictionary.CreateCollectionInstance Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.BusinessData.Runtime
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public Function CreateCollectionInstance ( _
    fieldDotNotation As String, _
    size As Integer _
) As Object
'Usage
Dim instance As FieldValueDictionary
Dim fieldDotNotation As String
Dim size As Integer
Dim returnValue As Object

returnValue = instance.CreateCollectionInstance(fieldDotNotation, _
    size)
public Object CreateCollectionInstance(
    string fieldDotNotation,
    int size
)

Parameters

Return Value

Type: System.Object

Implements

IFieldValueDictionary.CreateCollectionInstance(String, Int32)

See Also

Reference

FieldValueDictionary Class

FieldValueDictionary Members

Microsoft.Office.BusinessData.Runtime Namespace