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.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public Class PluginRegistrationAttribute _
Inherits RegistrationAttribute
'Usage
Dim instance As PluginRegistrationAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
public class PluginRegistrationAttribute : RegistrationAttribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class PluginRegistrationAttribute : public RegistrationAttribute
public class PluginRegistrationAttribute extends RegistrationAttribute
Remarks
PluginRegistrationAttribute is seen by REGPKG.EXE. Any exceptions are not handled within this class, but will be passed to REGPKG.EXE, which rejects plugin registration.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Shell.RegistrationAttribute
Microsoft.VisualStudio.TeamFoundation.PluginRegistrationAttribute
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.