IVsPersistConnectedServices::Add Method (String^, UInt32, array<String^>^, array<String^>^)

 

Adds a connected service.

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

IVsConnectedServiceProperties^ Add(
	String^ szServiceIdentity,
	unsigned int dwCountMetadata,
	array<String^>^ szProperties,
	array<String^>^ szValues
)

Parameters

szServiceIdentity
Type: System::String^

The ID of the service.

dwCountMetadata
Type: System::UInt32

The number of properties.

szProperties
Type: array<System::String^>^

The properties.

szValues
Type: array<System::String^>^

The values.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsConnectedServiceProperties^

The connected service properties.

Return to top
Show: