IVsDataHostService.TryGetService Method
Include Protected Members
Include Inherited Members
Tries to get a global Visual Studio service of the specified type.
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
Tries to get a global Visual Studio service of the specified type.
TryGetService<TService, TInterface>()
Tries to get a global Visual Studio service of the specified type that implements the specified interface.
Tries to get a global Visual Studio service that is registered with the specified class ID that implements the specified interface.
Top