ModelingDocData.CreateModelingDocStore Method

Creates a document for the modeling designer store.

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

Syntax

'宣言
Protected Overridable Function CreateModelingDocStore ( _
    store As Store _
) As ModelingDocStore
'使用
Dim store As Store
Dim returnValue As ModelingDocStore

returnValue = Me.CreateModelingDocStore(store)
protected virtual ModelingDocStore CreateModelingDocStore(
    Store store
)
protected:
virtual ModelingDocStore^ CreateModelingDocStore(
    Store^ store
)
protected function CreateModelingDocStore(
    store : Store
) : ModelingDocStore

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Shell.ModelingDocStore

The document for the modeling store.

Remarks

Derived classes can override this method to customize the behavior of a specific store.

Permissions

See Also

Reference

ModelingDocData Class

ModelingDocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace