IModelingProjectReader.Store Property
The IModelStore containing the model that has been read.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property Store As IModelStore
IModelStore Store { get; }
property IModelStore^ Store {
IModelStore^ get ();
}
abstract Store : IModelStore with get
function get Store () : IModelStore
Property Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IModelStore
.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.
See Also
Reference
IModelingProjectReader Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility Namespace