Udostępnij za pośrednictwem


Metoda ControlType.GetControlType — (String, String)

Zwraca obiekt typu formantu przy użyciu podanej nazwy i przyjazną nazwę.Jeśli nie istnieje, tworzy nowy typ formantu przy użyciu podanej nazwy i przyjazną nazwę.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITesting
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
Public Shared Function GetControlType ( _
    name As String, _
    friendlyName As String _
) As ControlType
public static ControlType GetControlType(
    string name,
    string friendlyName
)
public:
static ControlType^ GetControlType(
    String^ name, 
    String^ friendlyName
)
static member GetControlType : 
        name:string * 
        friendlyName:string -> ControlType 
public static function GetControlType(
    name : String, 
    friendlyName : String
) : ControlType

Parametry

  • friendlyName
    Typ: System.String
    Przyjazna nazwa typu formantu do tworzenia, jeśli typ formantu nazwane nie istnieje.

Wartość zwracana

Typ: Microsoft.VisualStudio.TestTools.UITesting.ControlType
Obiekt typu formantu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ControlType Klasa

Przeciążenie GetControlType

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITesting