BindablePropertyKey.BindableProperty プロパティ

定義

このキーに関連付けられている BindableProperty を取得します。

public:
 property Microsoft::Maui::Controls::BindableProperty ^ BindableProperty { Microsoft::Maui::Controls::BindableProperty ^ get(); };
public Microsoft.Maui.Controls.BindableProperty BindableProperty { get; }
member this.BindableProperty : Microsoft.Maui.Controls.BindableProperty
Public ReadOnly Property BindableProperty As BindableProperty

プロパティ値

読み取りアクセスに使用される BindableProperty。

適用対象