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