Поделиться через


MappingModelBuildProvider.GetResultFlags(CompilerResults) Метод

Определение

Возвращает значение, указывающее необходимые действия при создании поставщика компоновки модели хранения.

public:
 override System::Web::Compilation::BuildProviderResultFlags GetResultFlags(System::CodeDom::Compiler::CompilerResults ^ results);
public override System.Web.Compilation.BuildProviderResultFlags GetResultFlags (System.CodeDom.Compiler.CompilerResults results);
override this.GetResultFlags : System.CodeDom.Compiler.CompilerResults -> System.Web.Compilation.BuildProviderResultFlags
Public Overrides Function GetResultFlags (results As CompilerResults) As BuildProviderResultFlags

Параметры

results
CompilerResults

Результат компиляции для поставщика компоновки.

Возвращаемое значение

Значение ShutdownAppDomainOnChange, указывающее, что контейнер AppDomain будет выгружен и перезапущен.

Применяется к