Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains information that defines a coded Web test that is included in another Web test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public NotInheritable Class IncludeCodedWebTestAttribute _
Inherits Attribute
'Usage
Dim instance As IncludeCodedWebTestAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
public sealed class IncludeCodedWebTestAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class IncludeCodedWebTestAttribute sealed : public Attribute
public final class IncludeCodedWebTestAttribute extends Attribute
Remarks
This class cannot be inherited.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.TestTools.WebTesting.IncludeCodedWebTestAttribute
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.