Поделиться через


IncludeCodedWebTestAttribute - класс

Обновлен: Ноябрь 2007

Содержит сведения, определяющие закодированный веб-тест, включенный в другой веб-тест.

Пространство имен:  Microsoft.VisualStudio.TestTools.WebTesting
Сборка:  Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Синтаксис

'Декларация
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public NotInheritable Class IncludeCodedWebTestAttribute _
    Inherits Attribute
'Применение
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

Заметки

Этот класс не наследуется.

Иерархия наследования

System.Object
  System.Attribute
    Microsoft.VisualStudio.TestTools.WebTesting.IncludeCodedWebTestAttribute

Потокобезопасность

Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.

См. также

Ссылки

IncludeCodedWebTestAttribute - члены

Microsoft.VisualStudio.TestTools.WebTesting - пространство имен