Method elm.GetProperties
Overload
Gets multiple properties.
public bool GetProperties(string props, out EProperties result)
Parameters
|
props (string)
String that specifies properties to get, for example
|
|
result (EProperties)
Receives results. |
Returns
Exceptions
|
ArgumentException
Unknown property character. |
Remarks
The returned variable contains values of properties specified in props. When a property is empty or failed to get, the member variable is "", empty dictionary or default value of that type; never null.
Normally this function is faster than calling multiple property functions, because it makes single remote procedure call. But not if this UI element was found with flag EFFlags.NotInProc etc.