Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the server's PluginCatalog.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Shared Function GetServerPluginCatalog As PluginCatalog
'Usage
Dim returnValue As PluginCatalog
returnValue = StandardPluginCatalogFactory.GetServerPluginCatalog()
public static PluginCatalog GetServerPluginCatalog()
public:
static PluginCatalog^ GetServerPluginCatalog()
public static function GetServerPluginCatalog() : PluginCatalog
Return Value
Type: Microsoft.TeamFoundation.PluginCatalog
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
StandardPluginCatalogFactory Class