Image.Id Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property Id As Integer
Get
Set
'Usage
Dim instance As Image
Dim value As Integer
value = instance.Id
instance.Id = value
public int Id { get; set; }
public:
property int Id {
int get ();
void set (int value);
}
function get Id () : int
function set Id (value : int)
member Id : int with get, set
Property Value
Type: System.Int32
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace