BasicAsyncPlugin Class

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

'宣言
<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
Protected method BasicAsyncPlugin

Top

Properties

  Name Description
Public property BasicHelper
Public property DisplayPriority
Public property HostPackage
Public property IconHandle
Public property Name
Protected property OnUIThread
Public property OpenFolderIconHandle

Top

Methods

  Name Description
Public method BeginLoad
Public method BeginRefresh
Protected method CreateNewTree
Protected method DoTreeMerge
Public method EndLoad
Public method EndRefresh
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize (Overrides Object.Finalize().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetNewUIHierarchy
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method InstallNewTree
Protected method InvokeInUIThread
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method MergeNewTree
Public methodStatic member MergeSubTrees
Public method StopRefresh
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event LoadTreeCompletionEvent
Public event 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.

See Also

Reference

Microsoft.TeamFoundation.Common Namespace