IProvideMultipleClassInfo.GetInfoOfIndex Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub GetInfoOfIndex ( _
iti As UInteger, _
dwFlags As UInteger, _
<OutAttribute> ByRef pptiCoClass As Type, _
<OutAttribute> ByRef pdwTIFlags As UInteger, _
<OutAttribute> ByRef pcdispidReserved As UInteger, _
<OutAttribute> ByRef piidPrimary As Guid, _
<OutAttribute> ByRef piidSource As Guid _
)
void GetInfoOfIndex(
uint iti,
uint dwFlags,
out Type pptiCoClass,
out uint pdwTIFlags,
out uint pcdispidReserved,
out Guid piidPrimary,
out Guid piidSource
)
Parameters
- iti
Type: System.UInt32
- dwFlags
Type: System.UInt32
- pptiCoClass
Type: System.Type%
- pdwTIFlags
Type: System.UInt32%
- pcdispidReserved
Type: System.UInt32%
- piidPrimary
Type: System.Guid%
- piidSource
Type: System.Guid%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.