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 ( _
build As IBuildDetail _
)
void LoadData(
IBuildDetail build
)
void LoadData(
IBuildDetail^ build
)
abstract LoadData :
build:IBuildDetail -> unit
function LoadData(
build : IBuildDetail
)
Parameters
build
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetaila reference to the IBuildDetail being displayed
.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.