共用方式為


IOutputPin 介面

保存其動作所產生的輸出值。

命名空間:  Microsoft.VisualStudio.Uml.Actions
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
Public Interface IOutputPin _
    Inherits IPin, IObjectNode, IActivityNode, IRedefinableElement,  _
    INamedElement, IElement, ITypedElement, IMultiplicityElement
public interface IOutputPin : IPin, 
    IObjectNode, IActivityNode, IRedefinableElement, INamedElement, IElement, 
    ITypedElement, IMultiplicityElement
public interface class IOutputPin : IPin, 
    IObjectNode, IActivityNode, IRedefinableElement, INamedElement, IElement, 
    ITypedElement, IMultiplicityElement
type IOutputPin =  
    interface 
        interface IPin 
        interface IObjectNode 
        interface IActivityNode 
        interface IRedefinableElement 
        interface INamedElement 
        interface IElement 
        interface ITypedElement 
        interface IMultiplicityElement 
    end
public interface IOutputPin extends IPin, IObjectNode, IActivityNode, IRedefinableElement, INamedElement, IElement, ITypedElement, IMultiplicityElement

IOutputPin 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Action 擁有此釘選的動作。 (繼承自 IPin)。
公用屬性 Activity 擁有該節點的活動。 (繼承自 IActivityNode)。
公用屬性 ApplicableStereotypes 可套用至此項目的一組造型。 (繼承自 IElement)。
公用屬性 AppliedStereotypes 每個 IStereotypeInstance 都表示已將造型套用至此元素。 (繼承自 IElement)。
公用屬性 ClientDependencies 取得此元素為用戶端的相依性關聯性。 (繼承自 INamedElement)。
公用屬性 Description 這個項目的描述。 (繼承自 IElement)。
公用屬性 Incomings 有目標節點的邊緣。 (繼承自 IActivityNode)。
公用屬性 InStates 如果不為空,此節點只接受指定狀態中的物件。 (繼承自 IObjectNode)。
公用屬性 IsControl 如果這個連接 (Pin) 已連接到控制流程,則為 true。如果連接到物件流則為 false。 (繼承自 IPin)。
公用屬性 IsControlType 如果節點應連接至控制流程,而不是資料流程,則為 true。節點可以用來指定緩衝一或多個控制語彙基元。 (繼承自 IObjectNode)。
公用屬性 IsLeaf 如果不應特製化這個項目,則為 true。也就是說,它不應是一般化關聯性的目標。 (繼承自 IRedefinableElement)。
公用屬性 IsOrdered 多重性 > 1。如果集合中的項目構成具有確定順序的序列,則為 true。 (繼承自 IMultiplicityElement)。
公用屬性 IsUnique 多重性 > 1。如果集合中的每個值都與其他值不同,則為 true。預設 = True。 (繼承自 IMultiplicityElement)。
公用屬性 LowerValue 取得所允許的最小元素數目。至少必須為 0,而且不能是 *。 (繼承自 IMultiplicityElement)。
公用屬性 Name 這個項目的名稱,在包含它的 Namespace 內。在這個 Namespace 中,不該有其他項目具有這個 Name。 (繼承自 INamedElement)。
公用屬性 Namespace 取得定義這個元素所在的命名空間。可能是 Null。 (繼承自 INamedElement)。
公用屬性 Ordering 指定 Token 的處理順序。例如,如果是 FIFO,會依語彙基元到達的順序輸出它們。 (繼承自 IObjectNode)。
公用屬性 Outgoings 有來源節點的邊緣。 (繼承自 IActivityNode)。
公用屬性 OwnedComments 取得此元素中包含的註解 (非連結到它的註解)。 (繼承自 IElement)。
公用屬性 OwnedElements 取得此元素所擁有的元素。每個元素都有一個擁有者,除了根 IModel 以外。 (繼承自 IElement)。
公用屬性 Owner 取得擁有這個項目的項目。除了根 IModel 以外的每個元素都有一個擁有者。 (繼承自 IElement)。
公用屬性 QualifiedName 取得此項目的名稱,在前面加上包含此項目之命名空間的完整名稱。如果 Name 是空白或 Namespace 的 Qualified Name 是空白,則為空白。 (繼承自 INamedElement)。
公用屬性 Selection 如果定義,此行為會從節點中緩衝的物件選擇下一個要輸出的物件。 (繼承自 IObjectNode)。
公用屬性 Type 可指派給項目的型別執行個體。如果未指定,可以指派任何執行個體。 (繼承自 ITypedElement)。
公用屬性 UpperBound 節點中允許的最大 Token 數目。「*」(表示沒有限制。如果達到上限,物件就無法流入節點。 (繼承自 IObjectNode)。
公用屬性 UpperValue 取得所允許的最大元素數目。如果 *,沒有最大值。必須至少為 1。 (繼承自 IMultiplicityElement)。
公用屬性 Visibility 定義可以參考項目的位置。Public = 在任何位置都是可見的;private = 只在主控命名空間是可見的;protected = 對具有主控命名空間之一般化關聯性的項目為可見的; package = 在主控命名空間的封裝中是可見的 (如果有的話)。預設值 = public。 (繼承自 INamedElement)。
公用屬性 VisibleAppliedStereotypes (繼承自 IElement)。

回頁首

擴充方法

  名稱 描述
公用擴充方法 AddReference 將字串連結到元素,通常該字串是像 URI、modelbus 參考或工作項目 ID 之類的參考。使用名稱來顯示參考的型別。傳回表示連結的 IReference 物件。 (以 UmlExtensions 定義。)
公用擴充方法 ApplyStereotype 將造型套用於元素。建立以造型代表模型項目擴充的 IStereotypeInstance。 (以 ProfileStereotypeExtensions 定義。)
公用擴充方法 Delete 刪除此項目和任何關聯性、擁有的元素,以及圖形。 (以 UmlExtensions 定義。)
公用擴充方法 DeleteAllReference 移除指定標籤的所有參考。 (以 UmlExtensions 定義。)
公用擴充方法 GetActivityEdgeSources 傳入此節點之邊緣的來源節點。 (以 ActivityExtensions 定義。)
公用擴充方法 GetActivityEdgeTargets 從此節點傳出之邊緣的目標節點 (以 ActivityExtensions 定義。)
公用擴充方法 GetBounds 以 [LowerValue]..[UpperValue] 形式之字串表示的多重性。 (以 MultiplicityElementExtensions 定義。)
公用擴充方法 GetDependencyClients 傳回依賴這個的項目的集合。 (以 NamedElementExtensions 定義。)
公用擴充方法 GetDependencySuppliers 傳回這個所依賴的項目的集合。 (以 NamedElementExtensions 定義。)
公用擴充方法 GetId 取得可識別此元素的 GUID。 (以 UmlExtensions 定義。)
公用擴充方法 GetModelStore 取得包含此元素的 IModelStore。 (以 UmlExtensions 定義。)
公用擴充方法 GetReferences 取得予此元素相關聯之指定標記的 IReferences。 (以 UmlExtensions 定義。)
公用擴充方法 GetRelatedElements<T> 取得與此元素具有指定類型關聯性的元素。 (以 UmlExtensions 定義。)
公用擴充方法 GetRelatedLinks<T> 取得此項目與指定型別的關聯性。 (以 UmlExtensions 定義。)
公用擴充方法 GetUpperBound 目前 ObjectNode 的上限。,如果這個上限是" *」, int.MaxValue 傳回。 (以 ObjectNodeExtensions 定義。)
公用擴充方法 SetBounds 以 [LowerValue]..[UpperValue] 的形式根據字串設定多重性 LowerValue/UpperValue。[UpperValue] 可能是 ' *'。 (以 MultiplicityElementExtensions 定義。)
公用擴充方法 SetUpperBound 設定上限。將 newBound 設為 int.MaxValue,表示上限是 ' *'。 (以 ObjectNodeExtensions 定義。)
公用擴充方法 Shapes 所有圖形,在任何開啟中的圖表或指定的開啟圖表顯示模型項目。 (以 PresentationHelpers 定義。)

回頁首

備註

注意事項注意事項

這個型別中定義的方法是擴充方法。若要使用方法,您必須將專案參考加入至 .NET 組件 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll,而且必須將指示詞 using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; 包含在程式碼中。

請參閱

參考

Microsoft.VisualStudio.Uml.Actions 命名空間