ModelStore 类
继承层次结构
System.Object
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.ModelStore
命名空间: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
程序集: Microsoft.VisualStudio.ArchitectureTools.Extensibility(在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)
语法
声明
Public Class ModelStore _
Implements IModelStore
public class ModelStore : IModelStore
public ref class ModelStore : IModelStore
type ModelStore =
class
interface IModelStore
end
public class ModelStore implements IModelStore
ModelStore 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Boolean | ||
Integer | ||
IsReadOnly | ||
Root | ||
String | ||
UnlimitedNatural |
页首
方法
名称 | 说明 | |
---|---|---|
AllInstances<T> | ||
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
FindElement | ||
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | |
GetMapping | ||
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
Instances<T> | ||
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
页首
扩展方法
名称 | 说明 | |
---|---|---|
Diagrams | 如果指定,则为模型中特定类型的所有打开的关系图。 (由 PresentationHelpers 定义。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IModelStore.ProfileManager |
页首
备注
有关 UML 关系图的更多信息,请参见 开发软件设计模型。
有关使用 UML API 的更多信息,请参见 扩展 UML 模型和关系图。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml 命名空间