TestElement Constructor (TestId, String, String)

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

Syntax

'宣言
Protected Sub New ( _
    id As TestId, _
    name As String, _
    description As String _
)
'使用
Dim id As TestId
Dim name As String
Dim description As String

Dim instance As New TestElement(id, name, _
    description)
protected TestElement(
    TestId id,
    string name,
    string description
)
protected:
TestElement(
    TestId^ id, 
    String^ name, 
    String^ description
)
protected function TestElement(
    id : TestId, 
    name : String, 
    description : String
)

Parameters

Permissions

See Also

Reference

TestElement Class

TestElement Members

TestElement Overload

Microsoft.VisualStudio.TestTools.Common Namespace