ConnectedServiceInfo.ServiceFolder Property
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.
Gets an IVsHierarchyItem that represents the folder that contains the ConnectedService.json file.
public:
property Microsoft::VisualStudio::Shell::IVsHierarchyItem ^ ServiceFolder { Microsoft::VisualStudio::Shell::IVsHierarchyItem ^ get(); };
public Microsoft.VisualStudio.Shell.IVsHierarchyItem ServiceFolder { get; }
member this.ServiceFolder : Microsoft.VisualStudio.Shell.IVsHierarchyItem
Public ReadOnly Property ServiceFolder As IVsHierarchyItem