ModelingDocStore Class
Represents a model's in-memory elements and links.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | ModelingDocStore(IServiceProvider^, Store^) | Initializes an instance of the ModelingDocStore class. |
| Name | Description | |
|---|---|---|
![]() | CanRefreshPropertyBrowser | Gets the modeling document store and verifies whether the property window should automatically refresh. |
![]() | Context | Gets the context for the store. |
![]() | ModelingDocuments | Gets the collection of models that are sharing the store. |
![]() | ServiceProvider | Gets the service provider that retrieves Visual Studio shell services. |
![]() | ShareCount | Gets the flag that indicates whether multiple models share the store. |
![]() | ShouldDisposeStore | Gets the modeling document store and verifies whether the store should be disposed. |
![]() | Store | Gets the store for the model. |
![]() | UndoManager | Gets the UndoManager for the store. |
| Name | Description | |
|---|---|---|
![]() | CanCommit(Transaction^) | Gets the modeling document store and verifies whether the top-level transaction can be committed. |
![]() | CanUndoRedo(Boolean, TransactionItem^) | Gets the modeling document store and verifies whether a transaction can be undone or redone. |
![]() | ConnectDocData(ModelingDocData^) | Creates a connection between the store and the model. |
![]() | CreateUndoUnit(TransactionItem^) | Creates an instance of the UndoUnit class, which enables transactions to be undone in the store. |
![]() | Dispose() | Releases all resources used by the current instance of the ModelingDocStore class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources that the ModelingDocStore used and optionally releases the managed resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FlushUndoManager() | Clears the transactions that the store maintained. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize() | Initializes the store for the model. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveDocData(ModelingDocData^) | Removes the connection between the store and the model. |
![]() | SetEncoding(Encoding^) | Sets the encoding for each doc data linked to the store |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ModelingDocStoreKey | Key that indexes the store in the store's property bag. |
This class maintains a 1-1 relationship with the store.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





