JoinableTaskCollection.Contains Method
Determines whether the specified job is a member of this collection.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Function Contains ( _
job As JoinableTask _
) As Boolean
public bool Contains(
JoinableTask job
)
public:
bool Contains(
JoinableTask^ job
)
member Contains :
job:JoinableTask -> bool
public function Contains(
job : JoinableTask
) : boolean
Parameters
job
Type: Microsoft.VisualStudio.Threading.JoinableTaskThe task.
Return Value
Type: System.Boolean
true if the job is s member of this collection, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.