HostWorkspaceServices.HostServices 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.
The host services this workspace services originated from.
public:
abstract property Microsoft::CodeAnalysis::Host::HostServices ^ HostServices { Microsoft::CodeAnalysis::Host::HostServices ^ get(); };
public abstract Microsoft.CodeAnalysis.Host.HostServices HostServices { get; }
member this.HostServices : Microsoft.CodeAnalysis.Host.HostServices
Public MustOverride ReadOnly Property HostServices As HostServices