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.
This API is not CLS-compliant. The CLS-compliant alternative is .
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)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class RegisterTestTypeNoEditorAttribute _
Inherits RegistrationAttribute
'Usage
Dim instance As RegisterTestTypeNoEditorAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
[CLSCompliantAttribute(false)]
public sealed class RegisterTestTypeNoEditorAttribute : RegistrationAttribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true, Inherited = true)]
[CLSCompliantAttribute(false)]
public ref class RegisterTestTypeNoEditorAttribute sealed : public RegistrationAttribute
public final class RegisterTestTypeNoEditorAttribute extends RegistrationAttribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Shell.RegistrationAttribute
Microsoft.VisualStudio.TestTools.Vsip.RegisterTestTypeNoEditorAttribute
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.