Store.PushContext(Context) Method

Definition

Push new Context on top of store context stack

public:
 void PushContext(Microsoft::VisualStudio::Modeling::Context ^ context);
public void PushContext (Microsoft.VisualStudio.Modeling.Context context);
member this.PushContext : Microsoft.VisualStudio.Modeling.Context -> unit
Public Sub PushContext (context As Context)

Parameters

context
Context

Applies to