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)。 |
回頁首
擴充方法
回頁首
備註
注意事項 |
---|
這個型別中定義的方法是擴充方法。若要使用方法,您必須將專案參考加入至 .NET 組件 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll,而且必須將指示詞 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; 包含在程式碼中。 |