Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of actions associated with the behavior. This is a dependency property.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public ReadOnly Property Actions As ActionCollection
public ActionCollection Actions { get; }
public:
property ActionCollection^ Actions {
ActionCollection^ get ();
}
member Actions : ActionCollection with get
function get Actions () : ActionCollection
Property Value
Type: Microsoft.Xaml.Interactivity.ActionCollection
The collection of actions associated with the behavior. This is a dependency property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.