次の方法で共有


ProgressBarAutomationPeer(ProgressBar) コンストラクター

定義

ProgressBarAutomationPeer クラスの新しいインスタンスを初期化します。

UWP 用の同等の WinUI 2 API: ProgressBarAutomationPeer(ProgressBar) コンストラクター (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

 ProgressBarAutomationPeer(ProgressBar const& owner);
public ProgressBarAutomationPeer(ProgressBar owner);
function ProgressBarAutomationPeer(owner)
Public Sub New (owner As ProgressBar)

パラメーター

owner
ProgressBar

ピアを作成する ProgressBar

適用対象