IRangeValueProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
公開方法與屬性,以支援控制項的使用者介面自動化用戶端存取,這些控制項可以設定為某範圍內的值。
public interface class IRangeValueProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("36dc7aef-33e6-4691-afe1-2be7274b3d33")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRangeValueProvider
public interface IRangeValueProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("36dc7aef-33e6-4691-afe1-2be7274b3d33")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRangeValueProvider = interface
type IRangeValueProvider = interface
Public Interface IRangeValueProvider
- 衍生
- 屬性
備註
在必須支援 RangeValuePattern 控制項模式的消費者介面自動化提供者上實作。
屬性
IsReadOnly |
取得值,指定控制項的值是否為唯讀。 |
LargeChange |
取得當進行大幅變更 (例如使用 PAGE DOWN 鍵) 時,會在 Value 屬性上加入或減去的值。 |
Maximum |
取得控制項支援的最大範圍值。 |
Minimum |
取得控制項支援的最小範圍值。 |
SmallChange |
取得當進行小幅變更 (例如使用方向鍵) 時,會在 Value 屬性上加入或減去的值。 |
Value |
取得控制項的值。 |
方法
SetValue(Double) |
設定控制項的值。 |