SafeWebBrowser.MyWebBrowserSite.SafeWebBrowser.IOleServiceProvider.QueryService Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Private Function QueryService ( _
ByRef guidService As Guid, _
ByRef riid As Guid, _
<OutAttribute> ByRef ppvObject As IntPtr _
) As Integer Implements SafeWebBrowser.IOleServiceProvider.QueryService
int SafeWebBrowser.IOleServiceProvider.QueryService(
ref Guid guidService,
ref Guid riid,
out IntPtr ppvObject
)
private:
virtual int QueryService(
Guid% guidService,
Guid% riid,
[OutAttribute] IntPtr% ppvObject
) sealed = SafeWebBrowser::IOleServiceProvider::QueryService
private abstract QueryService :
guidService:Guid byref *
riid:Guid byref *
ppvObject:IntPtr byref -> int
private override QueryService :
guidService:Guid byref *
riid:Guid byref *
ppvObject:IntPtr byref -> int
JScript does not support explicit interface implementations.
Parameters
- guidService
Type: System.Guid%
- riid
Type: System.Guid%
- ppvObject
Type: System.IntPtr%
Return Value
Type: System.Int32
Returns Int32.
Implements
SafeWebBrowser.IOleServiceProvider.QueryService(Guid%, Guid%, IntPtr%)
.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.
See Also
Reference
SafeWebBrowser.MyWebBrowserSite Class
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace