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)

屬性值

適用於