IRecordInfo Interface

Describes the structure of a user-defined type (UDT) stored in a variant. For more information, see IRecordInfo Interface.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("0000002F-0000-0000-C000-000000000046")> _
Public Interface IRecordInfo
‘사용 방법
Dim instance As IRecordInfo
[InterfaceTypeAttribute()]
[GuidAttribute("0000002F-0000-0000-C000-000000000046")]
public interface IRecordInfo
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000002F-0000-0000-C000-000000000046")]
public interface class IRecordInfo
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000002F-0000-0000-C000-000000000046")>]
type IRecordInfo =  interface end
public interface IRecordInfo

See Also

Reference

IRecordInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace