ITemplateBinding 接口
指定模板参数变量的替换。
命名空间: Microsoft.VisualStudio.Uml.AuxiliaryConstructs
程序集: Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
语法
声明
Public Interface ITemplateBinding _
Inherits IDirectedRelationship, IRelationship, IElement
public interface ITemplateBinding : IDirectedRelationship,
IRelationship, IElement
public interface class ITemplateBinding : IDirectedRelationship,
IRelationship, IElement
type ITemplateBinding =
interface
interface IDirectedRelationship
interface IRelationship
interface IElement
end
public interface ITemplateBinding extends IDirectedRelationship, IRelationship, IElement
ITemplateBinding 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ApplicableStereotypes | 可应用于此元素的构造型集合。 (继承自 IElement。) | |
AppliedStereotypes | 每个 IStereotypeInstance 表示构造型已被应用到此元素上。 (继承自 IElement。) | |
BoundElement | 获取由此绑定限制的元素。 | |
Description | 此元素的说明。 (继承自 IElement。) | |
OwnedComments | 获取此元素(而非链接到它的注释)所包含的注解。 (继承自 IElement。) | |
OwnedElements | 获取此元素的各个元素。除了根 IModel 之外的每个元素都有一个所有者。 (继承自 IElement。) | |
Owner | 获取拥有此元素的“元素”。除了根 IModel 之外的每个元素都有一个所有者。 (继承自 IElement。) | |
ParameterSubstitutions | 获取模板绑定所拥有的参数替换。 | |
Signature | 作为绑定目标的模板的模板签名。 | |
Source | 关系的源元素。 (继承自 IDirectedRelationship。) | |
SourceElement | 这种关系的源元素。 (继承自 IRelationship。) | |
Target | 关系的目标元素。 (继承自 IDirectedRelationship。) | |
TargetElement | 关系的目标元素。 (继承自 IRelationship。) | |
VisibleAppliedStereotypes | (继承自 IElement。) |
页首
扩展方法
页首
备注
提示
此类型上定义的方法为 extension methods(扩展方法)。 要使用方法,您必须将项目引用添加到 .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll,并且您的代码中必须包含指令 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml。