Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- fieldDotNotation
Type: System.String
- size
Type: System.Int32
Return Value
Type: System.Object
Implements
IFieldValueDictionary.CreateCollectionInstance(String, Int32)