IdAndName (Constructor)

Inicializa una nueva instancia de la clase IdAndName utilizando el identificador y el nombre proporcionados.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Public Sub New ( _
    id As Integer, _
    name As String _
)
public IdAndName(
    int id,
    string name
)
public:
IdAndName(
    int id, 
    String^ name
)
new : 
        id:int * 
        name:string -> IdAndName
public function IdAndName(
    id : int, 
    name : String
)

Parámetros

  • id
    Tipo: System.Int32
    El identificador del objeto de prueba.

Seguridad de .NET Framework

Vea también

Referencia

IdAndName Estructura

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)