Compartilhar via


Método Playback.GetCorePropertyProvider

Obtém o provedor de propriedade de núcleo para o controle da interface do usuário.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Shared Function GetCorePropertyProvider ( _
    uiControl As UITestControl _
) As UITestPropertyProvider
public static UITestPropertyProvider GetCorePropertyProvider(
    UITestControl uiControl
)
public:
static UITestPropertyProvider^ GetCorePropertyProvider(
    UITestControl^ uiControl
)
static member GetCorePropertyProvider : 
        uiControl:UITestControl -> UITestPropertyProvider 
public static function GetCorePropertyProvider(
    uiControl : UITestControl
) : UITestPropertyProvider

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyProvider
O provedor de propriedade de núcleo para controle de interface do usuário.

Segurança do .NET Framework

Consulte também

Referência

Playback Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting

UITestPropertyProvider