Share via


IVsDataHostService.GetService Method

Include Protected Members
Include Inherited Members

Gets 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

Public method

GetService<TService, TInterface>()

Gets a global Visual Studio service of the specified type that implements the specified interface.

Public method

GetService<T>()

Gets a global Visual Studio service of the specified type.

Public method

GetService<T>(Guid)

Gets a global Visual Studio service that is registered with the specified class ID that implements the specified interface.

Top

See Also

Reference

IVsDataHostService Interface

IVsDataHostService Members

Microsoft.VisualStudio.Data.Core Namespace