This documentation is archived and is not being maintained.
IRecordInfo Methods
Namespace:
Microsoft.VisualStudio.OLE.InteropAssembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| Name | Description |
|---|
 | GetField(IntPtr, String^, Object^) | |
 | GetFieldNames(UInt32, array<String^>^) | |
 | GetFieldNoCopy(IntPtr, String^, Object^, IntPtr) | |
 | GetGUID(Guid) | |
 | GetName(String^) | |
 | GetSize(UInt32) | |
 | GetTypeInfo(Type^) | |
 | IsMatchingType(IRecordInfo^) | |
 | PutField(UInt32, IntPtr, String^, Object^) | |
 | PutFieldNoCopy(UInt32, IntPtr, String^, Object^) | |
 | RecordClear(IntPtr) | |
 | RecordCopy(IntPtr, IntPtr) | |
 | RecordCreate() | |
 | RecordCreateCopy(IntPtr, IntPtr) | |
 | RecordDestroy(IntPtr) | |
 | RecordInit(IntPtr) | |
Return to top