Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a document for the modeling designer store.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.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
- store
Type: Microsoft.VisualStudio.Modeling.Store
The modeling store that is associated with the document.
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
- 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.