Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
store
Type: Microsoft.VisualStudio.Modeling.StoreThe 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.