Freigeben über


UITestBuilderButton.Image-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Ruft das Bild ab, das auf der Schaltfläche angezeigt wird, oder legt dieses fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Windows.Media.Imaging.BitmapImage
Das auf der Schaltfläche anzuzeigende Bild.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestBuilderButton Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace