次の方法で共有


VisualElement.Behaviors プロパティ

定義

この要素に関連付けられているオブジェクトの Behavior 一覧を取得します。 これはバインド可能な読み取り専用プロパティです。

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::Behavior ^> ^ Behaviors { System::Collections::Generic::IList<Microsoft::Maui::Controls::Behavior ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.Behavior> Behaviors { get; }
member this.Behaviors : System.Collections.Generic.IList<Microsoft.Maui.Controls.Behavior>
Public ReadOnly Property Behaviors As IList(Of Behavior)

プロパティ値

適用対象