BasicPlugin.BeginLoad Method
Displays a nested hierarchy under the specified parentHierarchy.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public Overrides Function BeginLoad ( _
parentHierarchy As IVsUIHierarchy, _
parentItemId As UInteger, _
<OutAttribute> ByRef newHierarchy As IVsUIHierarchy, _
callback As AsyncCallback, _
stateObject As Object _
) As IAsyncResult
public override IAsyncResult BeginLoad(
IVsUIHierarchy parentHierarchy,
uint parentItemId,
out IVsUIHierarchy newHierarchy,
AsyncCallback callback,
Object stateObject
)
public:
virtual IAsyncResult^ BeginLoad(
IVsUIHierarchy^ parentHierarchy,
unsigned int parentItemId,
[OutAttribute] IVsUIHierarchy^% newHierarchy,
AsyncCallback^ callback,
Object^ stateObject
) override
abstract BeginLoad :
parentHierarchy:IVsUIHierarchy *
parentItemId:uint32 *
newHierarchy:IVsUIHierarchy byref *
callback:AsyncCallback *
stateObject:Object -> IAsyncResult
override BeginLoad :
parentHierarchy:IVsUIHierarchy *
parentItemId:uint32 *
newHierarchy:IVsUIHierarchy byref *
callback:AsyncCallback *
stateObject:Object -> IAsyncResult
public override function BeginLoad(
parentHierarchy : IVsUIHierarchy,
parentItemId : uint,
newHierarchy : IVsUIHierarchy,
callback : AsyncCallback,
stateObject : Object
) : IAsyncResult
Parameters
- parentHierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy
An IVsUIHierarchy object that represents the parent hierarchy under which to display the nested hierarchy.
- parentItemId
Type: System.UInt32
The ID of the parent item.
- newHierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy%
An IVsUIHierarchy object representing the new nested hierarchy.
- callback
Type: System.AsyncCallback
A AsyncCallback object representing the callback function to use.
- stateObject
Type: System.Object
An Object that represents the state of an asynchronous call.
Return Value
Type: System.IAsyncResult
An IAsyncResult object representing the result of the asynchronous operation..
Implements
ITeamExplorerPlugin.BeginLoad(IVsUIHierarchy, UInt32, IVsUIHierarchy%, AsyncCallback, 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.