CoreDesignSurfaceDomainModel 类
重写反射替换 API
继承层次结构
System.Object
Microsoft.VisualStudio.Modeling.DomainModel
Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.DisplayName", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("91d59b16-e488-4a28-8d51-59273ad5bf2e")> _
<CLSCompliantAttribute(True)> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.Description", _
GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DependsOnDomainModelAttribute(GetType(CoreDomainModel))> _
Public Class CoreDesignSurfaceDomainModel _
Inherits DomainModel
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.DisplayName",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("91d59b16-e488-4a28-8d51-59273ad5bf2e")]
[CLSCompliantAttribute(true)]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceDomainModel.Description",
typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DependsOnDomainModelAttribute(typeof(CoreDomainModel))]
public class CoreDesignSurfaceDomainModel : DomainModel
CoreDesignSurfaceDomainModel 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
CoreDesignSurfaceDomainModel | 构造函数。 |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
DomainModelInfo | 获取有关域模型的信息。 (继承自 DomainModel。) |
![]() |
ResourceManager | 获取 DomainModel 的 ResourceManager。如果 ResourceManager 尚不存在,则会创建。 (重写 DomainModel.ResourceManager。) |
![]() ![]() |
SingletonResourceManager | 获取此域模型的一个 ResourceManager。 |
![]() |
Store | 获取包含域模型的此实例的存储区。 (继承自 DomainModel。) |
页首
方法
页首
字段
名称 | 说明 | |
---|---|---|
![]() ![]() |
DomainModelId | CoreDesignSurfaceDomainModel 域模型 ID. |
![]() ![]() |
ResourceBaseName | 此模型的资源的基名称。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。