次の方法で共有


ProgressRingAutomationPeer(ProgressRing) コンストラクター

定義

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

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

public:
 ProgressRingAutomationPeer(ProgressRing ^ owner);
 ProgressRingAutomationPeer(ProgressRing const& owner);
public ProgressRingAutomationPeer(ProgressRing owner);
function ProgressRingAutomationPeer(owner)
Public Sub New (owner As ProgressRing)

パラメーター

owner
ProgressRing

ピアを作成する ProgressRing

適用対象