PluginCatalogImpl Class

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class PluginCatalogImpl _
    Inherits PluginCatalog
'Usage
Dim instance As PluginCatalogImpl
[CLSCompliantAttribute(false)]
public class PluginCatalogImpl : PluginCatalog
[CLSCompliantAttribute(false)]
public ref class PluginCatalogImpl : public PluginCatalog
public class PluginCatalogImpl extends PluginCatalog

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.PluginCatalog
    Microsoft.TeamFoundation.PluginCatalogImpl

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

PluginCatalogImpl Members

Microsoft.TeamFoundation Namespace