Share via


ISectionFactory.LoadData Method

This method should make all necessary server calls to aquire the data that is required to display the sections and nodes for this factory.

This method is called on a background thread (no UI work can be done).

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Sub LoadData ( _
    data As Object _
)
void LoadData(
    Object data
)
void LoadData(
    Object^ data
)
abstract LoadData : 
        data:Object -> unit
function LoadData(
    data : Object
)

Parameters

.NET Framework Security

See Also

Reference

ISectionFactory Interface

Microsoft.TeamFoundation.Build.Controls Namespace