Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.gif)
.gif)