BuildRequestData.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.
Gets the HostServices object for this request.
public:
property Microsoft::Build::Execution::HostServices ^ HostServices { Microsoft::Build::Execution::HostServices ^ get(); };
public Microsoft.Build.Execution.HostServices HostServices { get; }
public Microsoft.Build.Execution.HostServices HostServices { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.HostServices : Microsoft.Build.Execution.HostServices
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HostServices : Microsoft.Build.Execution.HostServices
Public ReadOnly Property HostServices As HostServices
Property Value
The host service for this build.
- Attributes