ConnectedServiceConfiguredEventArgs Constructor
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.
Initializes a new instance of the ConnectedServiceConfiguredEventArgs class.
public:
ConnectedServiceConfiguredEventArgs(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceProvider ^ connectedServiceProvider, Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ projectHierarchy);
public ConnectedServiceConfiguredEventArgs (Microsoft.VisualStudio.ConnectedServices.ConnectedServiceProvider connectedServiceProvider, Microsoft.VisualStudio.Shell.Interop.IVsHierarchy projectHierarchy);
new Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfiguredEventArgs : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceProvider * Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfiguredEventArgs
Public Sub New (connectedServiceProvider As ConnectedServiceProvider, projectHierarchy As IVsHierarchy)
Parameters
- connectedServiceProvider
- ConnectedServiceProvider
- projectHierarchy
- IVsHierarchy