xInfo.endImport(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completes an import process.
public:
virtual void endImport(int _id, int _elements);
public virtual void endImport (int _id, int _elements);
abstract member endImport : int * int -> unit
override this.endImport : int * int -> unit
Public Overridable Sub endImport (_id As Integer, _elements As Integer)
Parameters
- _id
- Int32
- _elements
- Int32
Remarks
This method is obsolete. Use the SysImportElements class instead.