| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride Sub CopyToDataRegister( _ ByVal registerIndex As Integer _ ) | |
| C# | |
|---|---|
public abstract void CopyToDataRegister( int registerIndex ) | |
| C++/CLI | |
|---|---|
public: abstract void CopyToDataRegister( int registerIndex ) | |
Parameters
- registerIndex
- Specifies a data register as a 0-based index into the DataRegisterCollection.
This method overwrites any previous results in the specified data register. The Remove method removes the data register from memory. The RecallFile method copies a file into the specified data register.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)