ConcurrentModificationException.Initialize method
Initializes the class with the metadata object identifier and type.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub Initialize ( _
metadataObjectIdParameter As UInteger, _
metadataObjectTypeParameter As Type _
)
'Usage
Dim metadataObjectIdParameter As UInteger
Dim metadataObjectTypeParameter As Type
Me.Initialize(metadataObjectIdParameter, _
metadataObjectTypeParameter)
protected void Initialize(
uint metadataObjectIdParameter,
Type metadataObjectTypeParameter
)
Parameters
metadataObjectIdParameter
Type: System.UInt32The metadata object identifier parameter.
metadataObjectTypeParameter
Type: System.TypeThe metadata object type parameter.
See also
Reference
ConcurrentModificationException class