RemoveFromCollection<T> 活動設計工具
RemoveFromCollection<T> 活動設計工具是用來建立及設定 RemoveFromCollection 活動。
RemoveFromCollection<T> 活動
RemoveFromCollection 活動會移除某個特定集合中的指定項目。
使用 RemoveFromCollection<T> 活動設計工具
[RemoveFromCollection<T>] 活動設計工具位於 [工具箱 的 [集合] 類別中,若要存取,請按一下 Workflow Designer 的 [工具箱] 索引標籤 (也可以從 [檢視] 功能表選取 [工具列],或是按 CTRL+ALT+X)。
[RemoveFromCollection<T>] 活動設計工具可以從 [工具箱] 拖曳出來,放到 Workflow Designer 介面上通常用來放置活動的任一處,例如 Sequence 內部。 這會建立一個 RemoveFromCollection 活動,具有 RemoveFromCollection<Int32> 的預設 DisplayName。 DisplayName 值可以在 [RemoveFromCollection<T>] 活動設計工具的標頭中編輯,或是在屬性方格的 [DisplayName] 方塊中編輯。 其他的屬性必須在屬性方格上進行編輯。
RemoveFromCollection<T> 屬性
下表顯示 RemoveFromCollection 屬性,並且描述屬性在設計工具中的使用方式。
屬性名稱 |
必要項 |
使用方式 |
---|---|---|
False |
RemoveFromCollection 活動可選用的易記名稱。 預設值是 RemoveFromCollection<Int32>。 雖然 DisplayName 並非絕對必要,但建議您盡量使用。 |
|
True |
要加入至 Collection<T> 的項目。 此項目屬於 T 型別,而該型別則屬於 TypeArgument 型別。 若要指定項目,請在屬性方格中輸入 Visual Basic 運算式。 |
|
True |
應該加入項目的集合。 此集合屬於 ICollection<TypeArgument>. 型別。若要指定集合,請在屬性方格中輸入 Visual Basic 運算式。 |
|
TypeArgument |
True |
ICollection 所包含項目的 T 型別。 根據預設,這個 TypeArgument 型別會設定為 Int32。 若要變更型別,請在屬性方格中,變更下拉式方塊中 TypeArgument 的值。 |
False |
指出指定的項目是否可從集合內移除的值。 若要指定繫結至結果的變數,請在屬性方格中輸入變數。 |