Share via


ProvideServiceForTestTypeAttribute Class

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True, Inherited := True)> _
Public NotInheritable Class ProvideServiceForTestTypeAttribute _
    Inherits RegistrationAttribute
'Usage
Dim instance As ProvideServiceForTestTypeAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public sealed class ProvideServiceForTestTypeAttribute : RegistrationAttribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true, Inherited = true)]
public ref class ProvideServiceForTestTypeAttribute sealed : public RegistrationAttribute
public final class ProvideServiceForTestTypeAttribute extends RegistrationAttribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.TestTools.Vsip.ProvideServiceForTestTypeAttribute

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

ProvideServiceForTestTypeAttribute Members

Microsoft.VisualStudio.TestTools.Vsip Namespace