Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables querying about multiple interfaces in a single call. Used to minimize the overhead of queries in remote procedure calls. For more information, see IMultiQI.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000020-0000-0000-C000-000000000046")> _
Public Interface IMultiQI
[InterfaceTypeAttribute()]
[GuidAttribute("00000020-0000-0000-C000-000000000046")]
public interface IMultiQI
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000020-0000-0000-C000-000000000046")]
public interface class IMultiQI
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000020-0000-0000-C000-000000000046")>]
type IMultiQI = interface end
public interface IMultiQI
The IMultiQI type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
QueryMultipleInterfaces |
Top