IProvideMultipleClassInfo.GetInfoOfIndex Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
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
)
void GetInfoOfIndex(
[InAttribute] unsigned int iti,
[InAttribute] unsigned int dwFlags,
[OutAttribute] Type^% pptiCoClass,
[OutAttribute] unsigned int% pdwTIFlags,
[OutAttribute] unsigned int% pcdispidReserved,
[OutAttribute] Guid% piidPrimary,
[OutAttribute] Guid% piidSource
)
abstract GetInfoOfIndex :
iti:uint32 *
dwFlags:uint32 *
pptiCoClass:Type byref *
pdwTIFlags:uint32 byref *
pcdispidReserved:uint32 byref *
piidPrimary:Guid byref *
piidSource:Guid byref -> unit
function GetInfoOfIndex(
iti : uint,
dwFlags : uint,
pptiCoClass : Type,
pdwTIFlags : uint,
pcdispidReserved : uint,
piidPrimary : Guid,
piidSource : Guid
)
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.