Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: UInt32The references.
rgpServices
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsConnectedServiceProperties[]The services.
Return Value
Type: UInt32
The number of services.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.