BuildParameters.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.
Interface allowing the host to provide additional control over the build process.
public:
property Microsoft::Build::Execution::HostServices ^ HostServices { Microsoft::Build::Execution::HostServices ^ get(); void set(Microsoft::Build::Execution::HostServices ^ value); };
public Microsoft.Build.Execution.HostServices HostServices { get; set; }
member this.HostServices : Microsoft.Build.Execution.HostServices with get, set
Public Property HostServices As HostServices
Property Value
Returns the host service.