Entry-Konstruktor (Type, String)

Konstruktor für Eintragsklasse.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public Sub New ( _
    type As Type, _
    value As String _
)
public Entry(
    Type type,
    string value
)
public:
Entry(
    Type^ type, 
    String^ value
)
new : 
        type:Type * 
        value:string -> Entry
public function Entry(
    type : Type, 
    value : String
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

Entry Klasse

Entry-Überladung

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace