IVsPersistConnectedServices.GetConnectedServices 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 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.