Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Common.BasicAsyncPlugin
    Microsoft.TeamFoundation.Common.BasicPlugin
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class BasicAsyncPlugin _
    Implements ITeamExplorerPlugin
[CLSCompliantAttribute(false)]
public abstract class BasicAsyncPlugin : ITeamExplorerPlugin
[CLSCompliantAttribute(false)]
public ref class BasicAsyncPlugin abstract : ITeamExplorerPlugin
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type BasicAsyncPlugin =  
    class
        interface ITeamExplorerPlugin
    end
public abstract class BasicAsyncPlugin implements ITeamExplorerPlugin
The BasicAsyncPlugin type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | BasicAsyncPlugin | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | BasicHelper | |
| .gif) | DisplayPriority | |
| .gif) | HostPackage | |
| .gif) | IconHandle | |
| .gif) | Name | |
| .gif) | OnUIThread | |
| .gif) | OpenFolderIconHandle | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | BeginLoad | |
| .gif) | BeginRefresh | |
| .gif) | CreateNewTree | |
| .gif) | DoTreeMerge | |
| .gif) | EndLoad | |
| .gif) | EndRefresh | |
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | (Overrides Object.Finalize().) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetNewUIHierarchy | |
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | InstallNewTree | |
| .gif) | InvokeInUIThread | |
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | MergeNewTree | |
| .gif) .gif) | MergeSubTrees | |
| .gif) | StopRefresh | |
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | LoadTreeCompletionEvent | |
| .gif) | RefreshCompletionEvent | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.