ModelingDocData.CreateModelingDocStore Method

Creates a document for the modeling designer store.

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 Function CreateModelingDocStore ( _
    store As Store _
) As ModelingDocStore
protected virtual ModelingDocStore CreateModelingDocStore(
    Store store
)
protected:
virtual ModelingDocStore^ CreateModelingDocStore(
    Store^ store
)
abstract CreateModelingDocStore : 
        store:Store -> ModelingDocStore  
override CreateModelingDocStore : 
        store:Store -> ModelingDocStore
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.

.NET Framework Security

See Also

Reference

ModelingDocData Class

Microsoft.VisualStudio.Modeling.Shell Namespace