ModelingDocStore.Initialize Method

Initializes the store for the model.

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

Syntax

'宣言
Public Overridable Sub Initialize
'使用
Dim instance As ModelingDocStore

instance.Initialize()
public virtual void Initialize()
public:
virtual void Initialize()
public function Initialize()

Remarks

This method is called after the store is loaded. If you use this approach, derived classes can perform initialization, such as adding event handlers that require a loaded store.

Permissions

See Also

Reference

ModelingDocStore Class

ModelingDocStore Members

Microsoft.VisualStudio.Modeling.Shell Namespace