ConnectedServiceUpdateContext(Version, IVsHierarchyItem) 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 ConnectedServiceUpdateContext class.
public:
ConnectedServiceUpdateContext(Version ^ version, Microsoft::VisualStudio::Shell::IVsHierarchyItem ^ serviceFolder);
public ConnectedServiceUpdateContext (Version version, Microsoft.VisualStudio.Shell.IVsHierarchyItem serviceFolder);
new Microsoft.VisualStudio.ConnectedServices.ConnectedServiceUpdateContext : Version * Microsoft.VisualStudio.Shell.IVsHierarchyItem -> Microsoft.VisualStudio.ConnectedServices.ConnectedServiceUpdateContext
Public Sub New (version As Version, serviceFolder As IVsHierarchyItem)
Parameters
- version
- Version
The version of the provider that was used to configure this service.
- serviceFolder
- IVsHierarchyItem
The folder where the service artifacts are stored.