Поделиться через


ITestEnvironment.MachineRoles - свойство

Получает или задает коллекцию ролей компьютеров в данной тестовой среде.

Пространство имен:  Microsoft.TeamFoundation.TestManagement.Client
Сборка:  Microsoft.TeamFoundation.TestManagement.Client (в Microsoft.TeamFoundation.TestManagement.Client.dll)

Синтаксис

'Декларация
ReadOnly Property MachineRoles As IMachineRoleCollection
IMachineRoleCollection MachineRoles { get; }
property IMachineRoleCollection^ MachineRoles {
    IMachineRoleCollection^ get ();
}
abstract MachineRoles : IMachineRoleCollection with get
function get MachineRoles () : IMachineRoleCollection

Значение свойства

Тип: Microsoft.TeamFoundation.TestManagement.Client.IMachineRoleCollection
Коллекция ролей компьютеров в данной тестовой среде.

Безопасность платформы .NET Framework

См. также

Ссылки

ITestEnvironment Интерфейс

Microsoft.TeamFoundation.TestManagement.Client - пространство имен

IMachineRoleCollection