ConnectedServicesManager.GetConfiguredServices(IVsHierarchy) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the connected services that have been configured in the specified project.
public:
abstract System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::ConnectedServices::ConnectedServiceInfo ^> ^ GetConfiguredServices(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ project);
public abstract System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceInfo> GetConfiguredServices (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy project);
abstract member GetConfiguredServices : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> seq<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceInfo>
Public MustOverride Function GetConfiguredServices (project As IVsHierarchy) As IEnumerable(Of ConnectedServiceInfo)
Parameters
- project
- IVsHierarchy
The project for which to get all the configured services.
Returns
A collection of ConnectedServiceInfo objects that represent each service that has been configured in the project.