Compartilhar via


IVsPersistConnectedServices.GetConnectedServices Method

Gets the specified services.

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

Syntax

'Declaration
Function GetConnectedServices ( _
    dwMaxReferences As UInteger, _
    <OutAttribute> rgpServices As IVsConnectedServiceProperties() _
) As UInteger
uint GetConnectedServices(
    uint dwMaxReferences,
    IVsConnectedServiceProperties[] rgpServices
)
unsigned int GetConnectedServices(
    [InAttribute] unsigned int dwMaxReferences, 
    [OutAttribute] array<IVsConnectedServiceProperties^>^ rgpServices
)
abstract GetConnectedServices : 
        dwMaxReferences:uint32 * 
        rgpServices:IVsConnectedServiceProperties[] byref -> uint32
function GetConnectedServices(
    dwMaxReferences : uint, 
    rgpServices : IVsConnectedServiceProperties[]
) : uint

Parameters

  • dwMaxReferences
    Type: UInt32

    The references.

Return Value

Type: UInt32
The number of services.

.NET Framework Security

See Also

Reference

IVsPersistConnectedServices Interface

Microsoft.VisualStudio.Shell.Interop Namespace