ConnectedServiceUpdateContext Class

Definition

ConnectedServiceUpdateContext holds the information that is provided when a connected service is being updated.

public ref class ConnectedServiceUpdateContext
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceUpdateContext
public class ConnectedServiceUpdateContext
type ConnectedServiceUpdateContext = class
Public Class ConnectedServiceUpdateContext
Inheritance
ConnectedServiceUpdateContext

Constructors

ConnectedServiceUpdateContext(Version, IVsHierarchyItem)

Initializes a new instance of the ConnectedServiceUpdateContext class.

Properties

ServiceFolder

Gets the IVsHierarchyItem of the folder where the service artifacts are stored.

Version

Gets the version of the provider that was used to configure this service.

Applies to