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.
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 | |
---|---|---|
![]() |
Collection | Gets the collection of connected services. |
![]() |
ServiceIdentity | Gets the service ID. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetProperty | Gets the specified property. |
![]() |
SetProperty | Sets the specified property. |
Top