ProjectOptions.LoadSettings 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 ProjectLoadSettings to use for evaluation.
public:
property Microsoft::Build::Evaluation::ProjectLoadSettings LoadSettings { Microsoft::Build::Evaluation::ProjectLoadSettings get(); void set(Microsoft::Build::Evaluation::ProjectLoadSettings value); };
public Microsoft.Build.Evaluation.ProjectLoadSettings LoadSettings { get; set; }
member this.LoadSettings : Microsoft.Build.Evaluation.ProjectLoadSettings with get, set
Public Property LoadSettings As ProjectLoadSettings