IVsPersistConnectedServices.GetConnectedServices(UInt32, IVsConnectedServiceProperties[]) Метод

Определение

Возвращает указанные службы.

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

Параметры

dwMaxReferences
UInt32

Ссылки.

rgpServices
IVsConnectedServiceProperties[]

Службы.

Возвращаемое значение

UInt32

Число служб.

Применяется к