ConnectedServiceUpdateContext.ServiceFolder Property

Definition

Gets the IVsHierarchyItem of the folder where the service artifacts are stored.

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

Property Value

Returns IVsHierarchyItem.

Applies to