PageContentAdorner.CreateTasks Method ()
Returns an instance of TaskCollection that contains Task objects. If this method is not implemented, the method will return an empty TaskCollection.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public abstract TaskCollection CreateTasks()
public:
virtual TaskCollection^ CreateTasks() abstract
Public MustOverride Function CreateTasks As TaskCollection
Return Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.TaskCollection
An instance of TaskCollection.
Remarks
The Task objects in the TaskCollection are added to an existing page.
See Also
PageContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top