Share via


ConnectedServiceContext Class

Definition

A base class for the ConnectedServiceProviderContext and ConnectedServiceHandlerContext classes.

public ref class ConnectedServiceContext abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServiceContext abstract
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceContext abstract
public abstract class ConnectedServiceContext
type ConnectedServiceContext = class
Public MustInherit Class ConnectedServiceContext
Inheritance
ConnectedServiceContext
Derived

Properties

Args

Gets a property bag that contains the custom parameters that were specified when connected services session was launched.

IsUpdating

Gets a value indicating whether a connected service is being updated.

Logger

Gets or sets 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 or sets the project's IVsHierarchy that the current Connected Service dialog is operating on.

UpdateContext

Gets or sets the information that is provided when a connected service is being updated, or null if the connected service is not being updated.

Methods

CreateReadOnlyXmlConfigHelper()

Creates an XmlConfigHelper that can be used to read xml configuration files.

GetExtendedDesignerData<TData>()

Gets the designer data for the connected service that is stored in the ConnectedServices.json file for the service.

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.

Applies to