ServiceProvider.QueryService Method
Include Protected Members
Include Inherited Members
Gets type-based services from the unmanaged service provider, with an option to prevent the error being sent to the shell.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
QueryService(Guid, Object%) | Gets type-based services from the unmanaged service provider, with an option to prevent the error being sent to the shell. | |
QueryService(Type, Object%) | Gets type-based services from the unmanaged service provider, with an option to prevent the error being sent to the shell. |
Top