ConnectedServiceContext Class
A base class for the ConnectedServiceProviderContext and ConnectedServiceHandlerContext classes.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceContext
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceHandlerContext
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceProviderContext
| Name | Description | |
|---|---|---|
![]() | IsUpdating | Gets a value that indicates whether a connected service is being updated. |
![]() | Logger | Gets a logger that can be used to write any messages to the caller. This will include warnings of steps that did not succeed but can be fixed by the end user or errors that caused the operation to fail. |
![]() | ProjectHierarchy | Gets the project's T:Microsoft.VisualStudio.Shell.Interop.IvsHierarchy that the current Connected Service dialog is operating on. |
![]() | UpdateContext | Gets the information that is provided when a connected service is being updated, or null if the connected service is not being updated. |
| Name | Description | |
|---|---|---|
![]() | CreateReadOnlyXmlConfigHelper() | Creates an CreateEditableXmlConfigHelper that can be used to read xml configuration files. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetExtendedDesignerData<TData>() | Gets the designer data for the connected service that is stored in the ConnectedServices.json file for the service. Returns null if no extended designer data exists. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetExtendedDesignerData<TData>(TData) | Sets the designer data for the connected service that is stored in the ConnectedServices.json file for the service upon successfully adding/updating the service. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


