IVsConnectedServiceProperties Interface

Represents connected service properties.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6ED0B110-2132-4675-9F87-7715B312CCC2")> _
Public Interface IVsConnectedServiceProperties
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6ED0B110-2132-4675-9F87-7715B312CCC2")]
public interface IVsConnectedServiceProperties
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6ED0B110-2132-4675-9F87-7715B312CCC2")]
public interface class IVsConnectedServiceProperties
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6ED0B110-2132-4675-9F87-7715B312CCC2")>]
type IVsConnectedServiceProperties =  interface end
public interface IVsConnectedServiceProperties

The IVsConnectedServiceProperties type exposes the following members.

Properties

  Name Description
Public property Collection Gets the collection of connected services.
Public property ServiceIdentity Gets the service ID.

Top

Methods

  Name Description
Public method GetProperty Gets the specified property.
Public method SetProperty Sets the specified property.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace