WpfProperties.ProgressBar.Indeterminate Field
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Allows read access to the Indeterminate property of the control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
'Declaration
Public Shared ReadOnly Indeterminate As String
'Usage
Dim value As String
value = WpfProperties..::..ProgressBar.Indeterminate
public static readonly string Indeterminate
public:
static initonly String^ Indeterminate
public static final var Indeterminate : String
static val Indeterminate: string
Use with GetProperty to get this property of a UITestControl.
- 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.
WpfProperties.ProgressBar Class