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; }
public Microsoft.Build.Execution.HostServices HostServices { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.HostServices : Microsoft.Build.Execution.HostServices with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.HostServices : Microsoft.Build.Execution.HostServices with get, set
Public Property HostServices As HostServices
Property Value
Returns the host service.
- Attributes