This method is deprecated. Creates test data items in preparation for a more extensive test.
Syntax
'Declaration
<ObsoleteAttribute("This method is deprecated. It is not required for testing that your data item event handlers can store large data items, small data items, and multiple data items. It also not required for testing that your event handlers overwrite an existing data item of the same type.")>
Public Sub ConstructTestDataItems( _
ByVal As Integer _
)
'Usage
Dim instance As FormModel
Dim uniqueIdentifier As Integer
instance.ConstructTestDataItems(uniqueIdentifier)
[Obsolete("This method is deprecated. It is not required for testing that your data item event handlers can store large data items, small data items, and multiple data items. It also not required for testing that your event handlers overwrite an existing data item of the same type.")]
public void ConstructTestDataItems(
int
)
[Obsolete("This method is deprecated. It is not required for testing that your data item event handlers can store large data items, small data items, and multiple data items. It also not required for testing that your event handlers overwrite an existing data item of the same type.")]
public: void ConstructTestDataItems(
int
)
[Obsolete("This method is deprecated. It is not required for testing that your data item event handlers can store large data items, small data items, and multiple data items. It also not required for testing that your event handlers overwrite an existing data item of the same type.")]
public:
void ConstructTestDataItems(
int
)
Parameters
- uniqueIdentifier
- A number which this method will place into various data items.
See Also