This documentation is archived and is not being maintained.
IRecordInfo Interface
Namespace:
Microsoft.VisualStudio.OLE.InteropAssembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("0000002F-0000-0000-C000-000000000046")]
[ComConversionLossAttribute]
public interface IRecordInfo
| Name | Description |
|---|
 | GetField(IntPtr, String, Object) | |
 | GetFieldNames(UInt32, 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