ConnectedServiceConfiguredEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |