Share via


Entry Constructor (Type, String)

Constructor for Entry class.

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
)

Parameters

  • type
    Type: Type

    Type of the entry.

  • value
    Type: String

    The value of the entry.

.NET Framework Security

See Also

Reference

Entry Class

Entry Overload

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace