ModelExplorerTreeContainer.SubscribeToImsEvent Method
Subscribes to in-memory store events.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
声明
Protected Overridable Sub SubscribeToImsEvent ( _
newStore As Store _
)
protected virtual void SubscribeToImsEvent(
Store newStore
)
protected:
virtual void SubscribeToImsEvent(
Store^ newStore
)
abstract SubscribeToImsEvent :
newStore:Store -> unit
override SubscribeToImsEvent :
newStore:Store -> unit
protected function SubscribeToImsEvent(
newStore : Store
)
Parameters
- newStore
Type: Microsoft.VisualStudio.Modeling.Store
The Store to use.
.NET Framework Security
- 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.
See Also
Reference
ModelExplorerTreeContainer Class
Microsoft.VisualStudio.Modeling.Shell Namespace