PluginRecord Class
Holds descriptive and identifying information about the plug-in, provides a way to turn the plug-in on and off, and provides a mechanism for passing XML to the plug-in.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public MustInherit Class PluginRecord
'Usage
Dim instance As PluginRecord
public abstract class PluginRecord
public ref class PluginRecord abstract
public abstract class PluginRecord
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.PluginRecord
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.