ESRI.ArcGIS.ADF.Web.UI.WebControls
TaskResultsContainers Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : TaskResultsContainers Property




The collection of task result containers that will receive and display the results of the task.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute()>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("The controls in which results from this task are displayed.")>
<ResCategoryAttribute("Buddy Controls")>
<NotifyParentPropertyAttribute(True)>
Public ReadOnly Property TaskResultsContainers As BuddyControlCollection
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanelTask
Dim value As BuddyControlCollection
 
value = instance.TaskResultsContainers
C# 
[DesignerSerializationVisibilityAttribute()]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("The controls in which results from this task are displayed.")]
[ResCategoryAttribute("Buddy Controls")]
[NotifyParentPropertyAttribute(true)]
public BuddyControlCollection TaskResultsContainers {get;}

Remarks

This property is a collection of buddy controls that will accept and display results of the task. The buddy controls for FloatingPanelTask must implement ITaskResultsContainer Interface; the only class in the Web ADF that implements this interface at this version is TaskResults, though custom task result container controls may be created as well.

Typically only one TaskResult control is added to this collection.

See Also

© 2010 All Rights Reserved.