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.
Implemented by project system that supports ConnectedServices property persistance. Use IVsHierarchy.GetProperty(VSHPROPID_ConnectedServicesPersistence, ...) to get IVsPersistConnectedServices from the project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("9C68F455-FF06-43D0-8473-195EFAFCB833")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsPersistConnectedServices
[GuidAttribute("9C68F455-FF06-43D0-8473-195EFAFCB833")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPersistConnectedServices
[GuidAttribute(L"9C68F455-FF06-43D0-8473-195EFAFCB833")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsPersistConnectedServices
[<GuidAttribute("9C68F455-FF06-43D0-8473-195EFAFCB833")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPersistConnectedServices = interface end
public interface IVsPersistConnectedServices
The IVsPersistConnectedServices type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of services. |
![]() |
Project | Gets the project. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | Adds a connected service. |
![]() |
GetConnectedService | Gets the specified service. |
![]() |
GetConnectedServices | Gets the specified services. |
![]() |
Remove | Removes the specified service. |
Top
.gif)
.gif)