ModelingDocStore Class
Represents a model's in-memory elements and links.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class ModelingDocStore _
Implements IDisposable
'Usage
Dim instance As ModelingDocStore
[CLSCompliantAttribute(false)]
public class ModelingDocStore : IDisposable
[CLSCompliantAttribute(false)]
public ref class ModelingDocStore : IDisposable
public class ModelingDocStore implements IDisposable
Remarks
This class maintains a 1-1 relationship with the store.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Shell.ModelingDocStore
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.