Store::PushContext Method (Context^)

 

Pushes a new context to the top of the store context stack.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
void PushContext(
	Context^ context
)

Parameters

context
Type: Microsoft.VisualStudio.Modeling::Context^

The context to put on the stack.

Return to top
Show: