Propriedade UITestBuilderButton.Image

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém ou define a imagem para exibir no botão.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property Image As BitmapImage
    Get
    Private Set
public BitmapImage Image { get; private set; }
public:
property BitmapImage^ Image {
    BitmapImage^ get ();
    private: void set (BitmapImage^ value);
}
member Image : BitmapImage with get, private set
function get Image () : BitmapImage
private function set Image (value : BitmapImage)

Valor de propriedade

Tipo: System.Windows.Media.Imaging.BitmapImage
A imagem para exibir no botão.

Segurança do .NET Framework

Consulte também

Referência

UITestBuilderButton Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common