ModelBindingContext.NestedScope 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 的值 EnterNestedScope。 当子绑定上下文状态应从 ModelBindingContext中弹出时,调用方应释放。
public: value class ModelBindingContext::NestedScope : IDisposable
public struct ModelBindingContext.NestedScope : IDisposable
public readonly struct ModelBindingContext.NestedScope : IDisposable
type ModelBindingContext.NestedScope = struct
interface IDisposable
Public Structure ModelBindingContext.NestedScope
Implements IDisposable
- 继承
-
ModelBindingContext.NestedScope
- 实现
构造函数
ModelBindingContext.NestedScope(ModelBindingContext) |
方法
Dispose() |
ModelBindingContext.NestedScope通过调用 EnterNestedScope退出创建的 。 |