次の方法で共有


IXRProgressBar::GetIsIndeterminate (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that indicates whether this progress bar displays a repeating pattern or fills incrementally based on the current value in IXRRangeBase::GetValue.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsIndeterminate(
    bool* pValue
) = 0;

Parameters

  • pValue
    [out] Pointer to a Boolean value that is true if the progress bar displays a repeating pattern to indicate generic progress is occurring. Otherwise, it is false.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

When pValue is true, IXRProgressBar displays a repeating pattern to indicate progress, and it does not use the current value of the inherited method IXRRangeBase::GetValue.

.NET Framework Equivalent

System.Windows.Controls.ProgressBar.IsIndeterminate

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRProgressBar
IXRProgressBar::SetIsIndeterminate