TestElement Constructor (String, String, String)

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

Syntax

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

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

Parameters

Permissions

See Also

Reference

TestElement Class

TestElement Members

TestElement Overload

Microsoft.VisualStudio.TestTools.Common Namespace