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) |
에 대한 를 ModelBindingContext.NestedScope 초기화합니다 ModelBindingContext. |
메서드
Dispose() |
를 호출EnterNestedScope하여 만든 을 ModelBindingContext.NestedScope 종료합니다. |