IRecordConverter.PackFieldsInRecord(Object, BufferManager, Int32, Object) 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.
public:
void PackFieldsInRecord(System::Object ^ record, Microsoft::HostIntegration::TI::BufferManager ^ bufferManager, int % count, System::Object ^ fields);
public void PackFieldsInRecord (object record, Microsoft.HostIntegration.TI.BufferManager bufferManager, ref int count, object fields);
abstract member PackFieldsInRecord : obj * Microsoft.HostIntegration.TI.BufferManager * * obj -> unit
Parameters
- record
- Object
- bufferManager
- Microsoft.HostIntegration.TI.BufferManager
- count
- Int32
- fields
- Object