Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the TestElement class by using the provided name, description, and storage.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
description As String, _
storage As String _
)
protected TestElement(
string name,
string description,
string storage
)
protected:
TestElement(
String^ name,
String^ description,
String^ storage
)
new :
name:string *
description:string *
storage:string -> TestElement
protected function TestElement(
name : String,
description : String,
storage : String
)
Parameters
name
Type: StringThe name of the test element.
description
Type: StringThe description of the test element.
storage
Type: StringThe relative path of the folder where associated files are stored on the server.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.