IVsPersistConnectedServices.GetConnectedServices Method

Definition

Gets the specified services.

public:
 System::UInt32 GetConnectedServices(System::UInt32 dwMaxReferences, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsConnectedServiceProperties ^> ^ rgpServices);
public:
 unsigned int GetConnectedServices(unsigned int dwMaxReferences, Platform::Array <Microsoft::VisualStudio::Shell::Interop::IVsConnectedServiceProperties ^> ^ rgpServices);
unsigned int GetConnectedServices(unsigned int dwMaxReferences, std::Array <Microsoft::VisualStudio::Shell::Interop::IVsConnectedServiceProperties const &> const & rgpServices);
public uint GetConnectedServices (uint dwMaxReferences, Microsoft.VisualStudio.Shell.Interop.IVsConnectedServiceProperties[] rgpServices);
abstract member GetConnectedServices : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsConnectedServiceProperties[] -> uint32
Public Function GetConnectedServices (dwMaxReferences As UInteger, rgpServices As IVsConnectedServiceProperties()) As UInteger

Parameters

dwMaxReferences
UInt32

The references.

rgpServices
IVsConnectedServiceProperties[]

The services.

Returns

The number of services.

Applies to