Share via


ModelExplorerTreeContainer.SubscribeToImsEvent Method

Subscribes to in-memory store events.

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

Syntax

'Declaration
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

.NET Framework Security

See Also

Reference

ModelExplorerTreeContainer Class

Microsoft.VisualStudio.Modeling.Shell Namespace

Other Resources

[redirect] Walkthrough: Adding Validation to a Domain Model