IVsPersistConnectedServices::Add Method (String^, UInt32, array<String^>^, array<String^>^)
Visual Studio 2015
Adds a connected service.
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.
Show: