Aracılığıyla paylaş


IncludeDeclarativeWebTestAttribute Oluşturucu

Yeni bir örneğini başlatır IncludeDeclarativeWebTestAttribute sınıfı.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Sub New ( _
    name As String, _
    path As String, _
    testId As String _
)
public IncludeDeclarativeWebTestAttribute(
    string name,
    string path,
    string testId
)
public:
IncludeDeclarativeWebTestAttribute(
    String^ name, 
    String^ path, 
    String^ testId
)
new : 
        name:string * 
        path:string * 
        testId:string -> IncludeDeclarativeWebTestAttribute
public function IncludeDeclarativeWebTestAttribute(
    name : String, 
    path : String, 
    testId : String
)

Parametreler

  • name
    Tür: String

    Bildirime dayanan Web Test özniteliğinin adı.

  • path
    Tür: String

    Bildirime dayanan Web Test özniteliği yoludur.

  • testId
    Tür: String

    Bildirime dayanan Web Test özniteliği sınama kimliği.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IncludeDeclarativeWebTestAttribute Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı