Package.IServiceProvider.QueryService Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Internal IServiceProvider implementation.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Private Function QueryService ( _
ByRef sid As Guid, _
ByRef iid As Guid, _
<OutAttribute> ByRef ppvObj As IntPtr _
) As Integer Implements IServiceProvider.QueryService
int IServiceProvider.QueryService(
ref Guid sid,
ref Guid iid,
out IntPtr ppvObj
)
Parameters
- sid
Type: System.Guid%
GUID of the service.
- iid
Type: System.Guid%
GUID of the requested interface
- ppvObj
Type: System.IntPtr%
Pointer to the object requested.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK, otherwise it returns an error code.
Implements
IServiceProvider.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.