BasicPlugin Class
The base class to represent a plugin in Team Foundation Server.
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 BasicPlugin _
Inherits BasicAsyncPlugin
[CLSCompliantAttribute(false)]
public abstract class BasicPlugin : BasicAsyncPlugin
[CLSCompliantAttribute(false)]
public ref class BasicPlugin abstract : public BasicAsyncPlugin
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type BasicPlugin =
class
inherit BasicAsyncPlugin
end
public abstract class BasicPlugin extends BasicAsyncPlugin
The BasicPlugin type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BasicPlugin | Initializes a new instance of the BasicPlugin class. |
Top
Properties
Name | Description | |
---|---|---|
BasicHelper | (Inherited from BasicAsyncPlugin.) | |
DisplayPriority | (Inherited from BasicAsyncPlugin.) | |
HostPackage | (Inherited from BasicAsyncPlugin.) | |
IconHandle | (Inherited from BasicAsyncPlugin.) | |
Name | (Inherited from BasicAsyncPlugin.) | |
OnUIThread | (Inherited from BasicAsyncPlugin.) | |
OpenFolderIconHandle | (Inherited from BasicAsyncPlugin.) |
Top
Methods
Name | Description | |
---|---|---|
BeginLoad | Displays a nested hierarchy under the specified parentHierarchy. (Overrides BasicAsyncPlugin.BeginLoad(IVsUIHierarchy, UInt32, IVsUIHierarchy%, AsyncCallback, Object).) | |
BeginRefresh | (Inherited from BasicAsyncPlugin.) | |
CreateNewTree | (Inherited from BasicAsyncPlugin.) | |
DoTreeMerge | (Inherited from BasicAsyncPlugin.) | |
EndLoad | (Inherited from BasicAsyncPlugin.) | |
EndRefresh | (Inherited from BasicAsyncPlugin.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | (Inherited from BasicAsyncPlugin.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNewUIHierarchy | (Inherited from BasicAsyncPlugin.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InstallNewTree | (Inherited from BasicAsyncPlugin.) | |
InvokeInUIThread | (Inherited from BasicAsyncPlugin.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MergeNewTree | (Inherited from BasicAsyncPlugin.) | |
StopRefresh | Stops the refresh of the hierarchy. (Overrides BasicAsyncPlugin.StopRefresh(IVsUIHierarchy).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
LoadTreeCompletionEvent | (Inherited from BasicAsyncPlugin.) | |
RefreshCompletionEvent | (Inherited from BasicAsyncPlugin.) |
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.