RadioButtonsAutomationPeer(RadioButtons) コンストラクター

定義

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

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

 RadioButtonsAutomationPeer(RadioButtons const& owner);
public RadioButtonsAutomationPeer(RadioButtons owner);
Public Sub New (owner As RadioButtons)

パラメーター

owner
RadioButtons

ピアを作成する RadioButtons コントロール インスタンス。

適用対象