UITestBuilderButton.Image Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets or sets the image to display on the button.
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
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)
Property Value
Type: System.Windows.Media.Imaging.BitmapImage
The image to display on the button.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.