ITeamExplorerPlugin.BeginLoad Method

Begins an asynchronous load operation.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
Function BeginLoad ( _
    parentHierarchy As IVsUIHierarchy, _
    parentItemId As UInteger, _
    <OutAttribute> ByRef newHierarchy As IVsUIHierarchy, _
    callback As AsyncCallback, _
    stateObject As Object _
) As IAsyncResult
IAsyncResult BeginLoad(
    IVsUIHierarchy parentHierarchy,
    uint parentItemId,
    out IVsUIHierarchy newHierarchy,
    AsyncCallback callback,
    Object stateObject
)
IAsyncResult^ BeginLoad(
    IVsUIHierarchy^ parentHierarchy, 
    unsigned int parentItemId, 
    [OutAttribute] IVsUIHierarchy^% newHierarchy, 
    AsyncCallback^ callback, 
    Object^ stateObject
)
abstract BeginLoad : 
        parentHierarchy:IVsUIHierarchy * 
        parentItemId:uint32 * 
        newHierarchy:IVsUIHierarchy byref * 
        callback:AsyncCallback * 
        stateObject:Object -> IAsyncResult 
function BeginLoad(
    parentHierarchy : IVsUIHierarchy, 
    parentItemId : uint, 
    newHierarchy : IVsUIHierarchy, 
    callback : AsyncCallback, 
    stateObject : Object
) : IAsyncResult

Parameters

  • parentItemId
    Type: System.UInt32
    The item ID of the parent of the tree to load.
  • stateObject
    Type: System.Object
    An object representing the state of the load.

Return Value

Type: System.IAsyncResult
The IAsyncResult object representing the result of the asynchronous operation.

.NET Framework Security

See Also

Reference

ITeamExplorerPlugin Interface

Microsoft.TeamFoundation.Common Namespace