ConnectionTool 類別
DomainClass ConnectionTool 會在工具箱上定義建立連接的工具。
繼承階層架構
System.Object
Microsoft.VisualStudio.Modeling.ModelElement
Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement
Microsoft.VisualStudio.Modeling.DslDefinition.Tool
Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionTool
命名空間: Microsoft.VisualStudio.Modeling.DslDefinition
組件: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll 中)
語法
'宣告
<ValidationStateAttribute(ValidationState.Enabled)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionTool.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionTool.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainModelOwnerAttribute(GetType(DslDefinitionModelDomainModel))> _
<CLSCompliantAttribute(True)> _
<DomainObjectIdAttribute("b69f29d5-23ff-4a67-909e-541ab2d5ac71")> _
<ValidationStateAttribute(ValidationState.Enabled)> _
Public NotInheritable Class ConnectionTool _
Inherits Tool
[ValidationStateAttribute(ValidationState.Enabled)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionTool.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionTool.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainModelOwnerAttribute(typeof(DslDefinitionModelDomainModel))]
[CLSCompliantAttribute(true)]
[DomainObjectIdAttribute("b69f29d5-23ff-4a67-909e-541ab2d5ac71")]
[ValidationStateAttribute(ValidationState.Enabled)]
public sealed class ConnectionTool : Tool
ConnectionTool 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
ConnectionTool(Partition, array<PropertyAssignment[]) | 建構函式 | |
ConnectionTool(Store, array<PropertyAssignment[]) | 建構函式 |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
Caption | 取得或設定 Caption 網域屬性的值。工具在 UI 中所顯示的標題。 (繼承自 Tool)。 | |
ConnectionBuilder | 取得或設定 ConnectionBuilder。工具用來進行連線的連接產生器。 | |
HelpKeyword | 取得或設定 HelpKeyword 網域屬性的值。選擇性關鍵字,用來對工具的 F1 說明進行索引。 (繼承自 Tool)。 | |
Id | 取得項目的 ID。 (繼承自 ModelElement)。 | |
IsActive | 取得 IsActive 旗標,並檢查項目是否作用中。 (繼承自 ModelElement)。 | |
IsCaptionTracking | 取得或設定 IsCaptionTracking 網域屬性的值。如果為 True,則 Caption 屬性會追蹤 DSL 定義中的其他資料。 (繼承自 Tool)。 | |
IsDeleted | 取得 IsDeleted 旗標,並檢查是否已從模型刪除項目。 (繼承自 ModelElement)。 | |
IsDeleting | 取得 IsDeleting 旗標,並確認是否正在從模型刪除項目。 (繼承自 ModelElement)。 | |
IsHelpKeywordTracking | 取得或設定 IsHelpKeywordTracking 網域屬性的值。如果為 True,則 HelpKeyword 屬性會追蹤 DSL 定義中的其他資料。 (繼承自 Tool)。 | |
IsTooltipTracking | 取得或設定 IsTooltipTracking 網域屬性的值。如果為 True,則 Tooltip 屬性會追蹤 DSL 定義中的其他資料。 (繼承自 Tool)。 | |
Name | 取得或設定 Name 網域屬性的值。工具名稱,以供參考。 (繼承自 Tool)。 | |
Notes | 取得或設定 Notes 網域屬性的值。與這個項目相關聯的非正式備註。 (繼承自 DomainElement)。 | |
Partition | 取得或設定包含項目的 Partition。 (繼承自 ModelElement)。 | |
ReversesDirection | 取得或設定 ReversesDirection 網域屬性的值。如果為 True,第一個選取的項目會被視為連線目標,而第二個項目做為來源。 | |
SourceCursorIcon | 取得或設定 SourceCursorIcon 網域屬性的值。用於在選取第一個項目之前工具游標的圖示。 | |
Store | 取得包含項目的 Store。 (繼承自 ModelElement)。 | |
TargetCursorIcon | 取得或設定 TargetCursorIcon 網域屬性的值。用於在選取第一個項目之後工具游標的圖示。 | |
ToolboxIcon | 取得或設定 ToolboxIcon 網域屬性的值。圖示的相對檔案路徑,顯示在此工具的工具箱中。 (繼承自 Tool)。 | |
ToolboxTab | 取得或設定 ToolboxTab。定義工具的工具箱索引標籤。 (繼承自 Tool)。 | |
Tooltip | 取得或設定 Tooltip 網域屬性的值。用於工具提示的文字。 (繼承自 Tool)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Copy() | 在模型中建立項目的複本。 (繼承自 ModelElement)。 | |
Copy(IEnumerable<Guid>) | 建立項目及其子連結和子項目的複本。 (繼承自 ModelElement)。 | |
Delete() | 從模型中刪除項目。 (繼承自 ModelElement)。 | |
Delete(array<Guid[]) | 從模型中刪除項目。 (繼承自 ModelElement)。 | |
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetDomainClass | 取得這個項目最具衍生性的網域類別。 (繼承自 ModelElement)。 | |
GetHashCode | 做為預設雜湊函式。 (繼承自 Object)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
OnCopy | 當已建立這個項目做為另一個項目的複本時呼叫。 (繼承自 ModelElement)。 | |
OnDeleted | 當這個項目已從模型中刪除時呼叫。 (繼承自 ModelElement)。 | |
OnDeleting | 當這個項目即將刪除時呼叫。 (繼承自 ModelElement)。 | |
OnResurrected | 當這個項目已重新加回至模型時呼叫。 (繼承自 ModelElement)。 | |
OnRolePlayerPositionChanged | 角色的位置變更時呼叫。 (繼承自 ModelElement)。 | |
OnRolePlayerPositionChanging | 在角色扮演者位置即將變更時呼叫。 (繼承自 ModelElement)。 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
擴充方法
名稱 | 描述 | |
---|---|---|
AddExtension(Guid) | 多載。 使用所識別之網域型別新具現化的擴充功能,擴充這個 ModelElement。如果項目已經有該類型的擴充功能,將會擲回 InvalidOperationException。 (以 ModelElementExtensionMethods 定義。) | |
AddExtension(Type) | 多載。 使用指定之型別新具現化的擴充功能,擴充這個 ModelElement。如果項目已經有該類型的擴充功能,將會擲回 InvalidOperationException。 (以 ModelElementExtensionMethods 定義。) | |
AddExtension(DomainClassInfo) | 多載。 使用指定之網域型別新具現化的擴充功能,擴充這個 ModelElement。如果項目已經有該類型的擴充功能,將會擲回 InvalidOperationException。 (以 ModelElementExtensionMethods 定義。) | |
AddExtension(ExtensionElement) | 多載。 使用特定擴充功能擴充這個 ModelElement。如果項目已經有相同類型的擴充功能,將會擲回 InvalidOperationException。 (以 ModelElementExtensionMethods 定義。) | |
AddExtension<T>() | 多載。 使用特定型別新具現化的擴充功能,擴充這個 ModelElement。如果項目已經有相同類型的擴充功能,將會擲回 InvalidOperationException。 (以 ModelElementExtensionMethods 定義。) | |
CanDelete | 從模型中刪除項目。 (以 ImmutabilityExtensionMethods 定義。) | |
GetAllExtensions | 傳回可列舉項目,用於跨內嵌於這個 ModelElement 中的延伸項目樹狀結構執行強大的第一次周遊。 (以 ModelElementExtensionMethods 定義。) | |
GetBaseElement | 傳回指定 ModelElement 所參與的虛擬 MEL 的根目錄。 (以 ModelElementExtensionMethods 定義。) | |
GetExtension(Guid) | 多載。 (以 ModelElementExtensionMethods 定義。) | |
GetExtension(Type) | 多載。 從這個 ModelElement 的可用延伸中取得指定之型別的 ExtensionElement。如果此項目沒有這類的擴充,將會引發 InvalidOperationException。 (以 ModelElementExtensionMethods 定義。) | |
GetExtension(DomainClassInfo) | 多載。 (以 ModelElementExtensionMethods 定義。) | |
GetExtension<T>() | 多載。 從這個 ModelElement 的可用延伸中取得指定之型別的 ExtensionElement。如果此項目沒有這類的擴充,將會引發 InvalidOperationException。 (以 ModelElementExtensionMethods 定義。) | |
GetLocks | 取得這個項目的鎖定旗標。這將會包含在內含項目之 Partition 上啟用的任何鎖定。 (以 ImmutabilityExtensionMethods 定義。) | |
IsExtendedBy(Guid) | 多載。 查詢此 ModelElement 目前是否為特定型別的 ExtensionElement 所擴充。 (以 ModelElementExtensionMethods 定義。) | |
IsExtendedBy(Type) | 多載。 查詢此 ModelElement 目前是否為特定型別的 ExtensionElement 所擴充。 (以 ModelElementExtensionMethods 定義。) | |
IsExtendedBy(DomainClassInfo) | 多載。 查詢此 ModelElement 目前是否為特定型別的 ExtensionElement 所擴充。 (以 ModelElementExtensionMethods 定義。) | |
IsLocked | 測試這個項目是否具有任何一組指定的鎖定 (以 ImmutabilityExtensionMethods 定義。) | |
RemoveExtension(Type) | 多載。 移除屬於特定型別之此 ModelElement 的任何延伸。 (以 ModelElementExtensionMethods 定義。) | |
RemoveExtension(Guid) | 多載。 移除屬於特定型別之指定的 ModelElement 的任何延伸。 (以 ModelElementExtensionMethods 定義。) | |
RemoveExtension(DomainClassInfo) | 多載。 移除屬於特定型別之指定的 ModelElement 的任何延伸。 (以 ModelElementExtensionMethods 定義。) | |
RemoveExtension(ExtensionElement) | 多載。 從此 ExtensionElement 的延伸移除指定的 ExtensionElement。 (以 ModelElementExtensionMethods 定義。) | |
SetLocks | 設定這個項目的鎖定旗標 (以 ImmutabilityExtensionMethods 定義。) | |
TryGetExtension(Guid) | 多載。 (以 ModelElementExtensionMethods 定義。) | |
TryGetExtension(Type) | 多載。 (以 ModelElementExtensionMethods 定義。) | |
TryGetExtension(DomainClassInfo) | 多載。 (以 ModelElementExtensionMethods 定義。) | |
TryGetExtension<T>() | 多載。 從這個 ModelElement 的可用延伸中取得指定之型別的 ExtensionElement。如果此項目沒有這類的擴充,結果會是 null。 (以 ModelElementExtensionMethods 定義。) |
回頁首
欄位
名稱 | 描述 | |
---|---|---|
DomainClassId | ConnectionTool 網域類別 ID。 | |
ReversesDirectionDomainPropertyId | ReversesDirection 網域屬性 Id。 | |
SourceCursorIconDomainPropertyId | SourceCursorIcon 網域屬性 Id。 | |
TargetCursorIconDomainPropertyId | TargetCursorIcon 網域屬性 Id。 |
回頁首
明確介面實作
名稱 | 描述 | |
---|---|---|
IMergeElements.CanMerge | 如果這個項目可以合併原型的內容則傳回 true。 (繼承自 ModelElement)。 | |
IMergeElements.ChooseMergeTarget(ElementGroup) | (繼承自 ModelElement)。 | |
IMergeElements.ChooseMergeTarget(ElementGroupPrototype) | (繼承自 ModelElement)。 | |
IMergeElements.MergeConfigure | (繼承自 ModelElement)。 | |
IMergeElements.MergeDisconnect | (繼承自 ModelElement)。 | |
IMergeElements.MergeRelate | (繼承自 ModelElement)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。