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
'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 | |
---|---|---|
BasicAsyncPlugin |
Top
Properties
Name | Description | |
---|---|---|
BasicHelper | ||
DisplayPriority | ||
HostPackage | ||
IconHandle | ||
Name | ||
OnUIThread | ||
OpenFolderIconHandle |
Top
Methods
Name | Description | |
---|---|---|
BeginLoad | ||
BeginRefresh | ||
CreateNewTree | ||
DoTreeMerge | ||
EndLoad | ||
EndRefresh | ||
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | (Overrides Object.Finalize().) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNewUIHierarchy | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InstallNewTree | ||
InvokeInUIThread | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MergeNewTree | ||
MergeSubTrees | ||
StopRefresh | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
LoadTreeCompletionEvent | ||
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.