ILifeline 介面
互動中的參與者,可傳送及接收訊息。
命名空間: Microsoft.VisualStudio.Uml.Interactions
組件: Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
語法
'宣告
Public Interface ILifeline _
Inherits INamedElement, IElement
public interface ILifeline : INamedElement,
IElement
public interface class ILifeline : INamedElement,
IElement
type ILifeline =
interface
interface INamedElement
interface IElement
end
public interface ILifeline extends INamedElement, IElement
ILifeline 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
ApplicableStereotypes | 可套用至此項目的一組造型。 (繼承自 IElement)。 | |
AppliedStereotypes | 每個 IStereotypeInstance 都表示已將造型套用至此元素。 (繼承自 IElement)。 | |
ClientDependencies | 取得此元素為用戶端的相依性關聯性。 (繼承自 INamedElement)。 | |
CoveredBy | 取得此生命線所參與的合併片段、互動運算元、互動使用及執行規格。 | |
Description | 這個項目的描述。 (繼承自 IElement)。 | |
Interaction | 取得定義此生命線的互動。 | |
Name | 這個項目的名稱,在包含它的 Namespace 內。在這個 Namespace 中,不該有其他項目具有這個 Name。 (繼承自 INamedElement)。 | |
Namespace | 取得定義這個元素所在的命名空間。可能是 Null。 (繼承自 INamedElement)。 | |
OccurrenceSpecifications | 取得所有附加於此生命線的出現次數規格,包括巢狀項目。 | |
OwnedComments | 取得此元素中包含的註解 (非連結到它的註解)。 (繼承自 IElement)。 | |
OwnedElements | 取得此元素所擁有的元素。每個元素都有一個擁有者,除了根 IModel 以外。 (繼承自 IElement)。 | |
Owner | 取得擁有這個項目的項目。除了根 IModel 以外的每個元素都有一個擁有者。 (繼承自 IElement)。 | |
QualifiedName | 取得此項目的名稱,在前面加上包含此項目之命名空間的完整名稱。如果 Name 是空白或 Namespace 的 Qualified Name 是空白,則為空白。 (繼承自 INamedElement)。 | |
Represents | 如果定義,互動會描述分類器結構內的互動,且此生命線代表特定的組件或 ConnectableElement。 | |
TopLevelOccurrences | 取得附加至此生命線的項目規格,不包括巢狀在其他生命線內的生命線。 | |
Visibility | 定義可以參考項目的位置。Public = 在任何位置都是可見的;private = 只在主控命名空間是可見的;protected = 對具有主控命名空間之一般化關聯性的項目為可見的; package = 在主控命名空間的封裝中是可見的 (如果有的話)。預設值 = public。 (繼承自 INamedElement)。 | |
VisibleAppliedStereotypes | (繼承自 IElement)。 |
回頁首
擴充方法
回頁首
備註
如需使用這個型別的詳細資訊,請參閱 如何:使用 UML API 編輯順序圖表。
注意事項 |
---|
這個型別中定義的方法是擴充方法。若要使用方法,您必須將專案參考加入至 .NET 組件 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll,而且必須將指示詞 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; 包含在程式碼中。 |