Query._GetInterfaces Method

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected Sub _GetInterfaces ( _
    ppCommand As ICommand**, _
    ppAppCache As IMSSApplicationCacheInterfaces**, _
    ppColMapper As IColumnMapper**, _
    ppAppSchema As IApplicationSchema** _
)
'Usage
Visual Basic does not support APIs that consume or return unsafe types.
protected void _GetInterfaces(
    ICommand** ppCommand,
    IMSSApplicationCacheInterfaces** ppAppCache,
    IColumnMapper** ppColMapper,
    IApplicationSchema** ppAppSchema
)

Parameters

  • ppCommand
    Type: ICommand**
  • ppAppCache
    Type: IMSSApplicationCacheInterfaces**
  • ppColMapper
    Type: IColumnMapper**
  • ppAppSchema
    Type: IApplicationSchema**

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace