IVsPersistConnectedServices.GetConnectedServices(UInt32, IVsConnectedServiceProperties[]) Método

Definição

Obtém os serviços especificados.

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

Parâmetros

dwMaxReferences
UInt32

As referências.

rgpServices
IVsConnectedServiceProperties[]

Os serviços.

Retornos

UInt32

O número de serviços.

Aplica-se a