ConnectedServiceConfiguredEventArgs Class

Definition

An EventArgs class used when the a new Connected Service is configured

public ref class ConnectedServiceConfiguredEventArgs : EventArgs
public class ConnectedServiceConfiguredEventArgs : EventArgs
type ConnectedServiceConfiguredEventArgs = class
    inherit EventArgs
Public Class ConnectedServiceConfiguredEventArgs
Inherits EventArgs
Inheritance
ConnectedServiceConfiguredEventArgs

Constructors

ConnectedServiceConfiguredEventArgs(ConnectedServiceProvider, IVsHierarchy)

Initializes a new instance of the ConnectedServiceConfiguredEventArgs class.

Properties

ConnectedServiceProvider

Gets or sets information about the Connected Service that was configured.

ProjectHierarchy

Gets or sets the project for which the connected service was configured.

Applies to