Pushes a new context to the top of the store context stack.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub PushContext ( _
context As Context _
)
'使用
Dim instance As Store
Dim context As Context
instance.PushContext(context)
public void PushContext(
Context context
)
public:
void PushContext(
Context^ context
)
public function PushContext(
context : Context
)
Parameters
context
Type: Microsoft.VisualStudio.Modeling.ContextThe context to put on the stack.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.