IVsPersistConnectedServices.GetConnectedService(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specified service.
public:
Microsoft::VisualStudio::Shell::Interop::IVsConnectedServiceProperties ^ GetConnectedService(System::String ^ szServiceIdentity);
public:
Microsoft::VisualStudio::Shell::Interop::IVsConnectedServiceProperties ^ GetConnectedService(Platform::String ^ szServiceIdentity);
Microsoft::VisualStudio::Shell::Interop::IVsConnectedServiceProperties GetConnectedService(std::wstring const & szServiceIdentity);
public Microsoft.VisualStudio.Shell.Interop.IVsConnectedServiceProperties GetConnectedService (string szServiceIdentity);
abstract member GetConnectedService : string -> Microsoft.VisualStudio.Shell.Interop.IVsConnectedServiceProperties
Public Function GetConnectedService (szServiceIdentity As String) As IVsConnectedServiceProperties
Parameters
- szServiceIdentity
- String
The service ID.
Returns
The connected service.