UserDataTaskBatch.Tasks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of UserDataTask objects returned by a search operation.
public:
property IVectorView<UserDataTask ^> ^ Tasks { IVectorView<UserDataTask ^> ^ get(); };
IVectorView<UserDataTask> Tasks();
public IReadOnlyList<UserDataTask> Tasks { get; }
var iVectorView = userDataTaskBatch.tasks;
Public ReadOnly Property Tasks As IReadOnlyList(Of UserDataTask)
Property Value
The list of tasks returned by a search operation.