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
- data
Type: System.Object
.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.