IVsPersistConnectedServices::GetConnectedServices Method (UInt32, array<IVsConnectedServiceProperties^>^)

 

Gets the specified services.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

unsigned int GetConnectedServices(
	unsigned int dwMaxReferences,
	array<IVsConnectedServiceProperties^>^ rgpServices
)

Parameters

dwMaxReferences
Type: System::UInt32

The references.

rgpServices
Type: array<Microsoft.VisualStudio.Shell.Interop::IVsConnectedServiceProperties^>^

The services.

Return Value

Type: System::UInt32

The number of services.

Return to top
Show: