Store.PushContext(Context) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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