Udostępnij za pośrednictwem


IServiceProvider.QueryService Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControlComboBoxItem
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As IServiceProvider
Dim guidService As Guid
Dim riid As Guid
Dim returnValue As Object

returnValue = instance.QueryService(guidService, riid)

Syntax

'Declaration
Function QueryService ( _
    ByRef guidService As Guid, _
    ByRef riid As Guid _
) As Object
Object QueryService (
    ref Guid guidService,
    ref Guid riid
)
Object^ QueryService (
    Guid% guidService, 
    Guid% riid
)
Object QueryService (
    /** @ref */ Guid guidService, 
    /** @ref */ Guid riid
)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IServiceProvider Interface
IServiceProvider Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.PresenterControlComboBoxItem Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.