ExistsInCollection<T>.Collection 屬性

定義

要搜尋指定項目的集合。

public:
 property System::Activities::InArgument<System::Collections::Generic::ICollection<T> ^> ^ Collection { System::Activities::InArgument<System::Collections::Generic::ICollection<T> ^> ^ get(); void set(System::Activities::InArgument<System::Collections::Generic::ICollection<T> ^> ^ value); };
[System.Activities.RequiredArgument]
public System.Activities.InArgument<System.Collections.Generic.ICollection<T>> Collection { get; set; }
[<System.Activities.RequiredArgument>]
member this.Collection : System.Activities.InArgument<System.Collections.Generic.ICollection<'T>> with get, set
Public Property Collection As InArgument(Of ICollection(Of T))

屬性值

集合。

屬性

適用於