ModelBindingContext.NestedScope Structure

Définition

Valeur de retour de EnterNestedScope. Doit être supprimé par l’appelant lorsque l’état du contexte de liaison enfant doit être supprimé du 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
Héritage
ModelBindingContext.NestedScope
Implémente

Constructeurs

ModelBindingContext.NestedScope(ModelBindingContext)

Initialise le ModelBindingContext.NestedScope pour un ModelBindingContext.

Méthodes

Dispose()

Quitte le ModelBindingContext.NestedScope créé en appelant EnterNestedScope.

S’applique à