Share via


ExtendedVisualStateManager.GoToStateCore Method

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Protected Overrides Function GoToStateCore ( _
    control As FrameworkElement, _
    stateGroupsRoot As FrameworkElement, _
    stateName As String, _
    group As VisualStateGroup, _
    state As VisualState, _
    useTransitions As Boolean _
) As Boolean
'Usage
Dim control As FrameworkElement
Dim stateGroupsRoot As FrameworkElement
Dim stateName As String
Dim group As VisualStateGroup
Dim state As VisualState
Dim useTransitions As Boolean
Dim returnValue As Boolean

returnValue = Me.GoToStateCore(control, stateGroupsRoot, stateName, group, state, useTransitions)
protected override bool GoToStateCore (
    FrameworkElement control,
    FrameworkElement stateGroupsRoot,
    string stateName,
    VisualStateGroup group,
    VisualState state,
    bool useTransitions
)
protected:
virtual bool GoToStateCore (
    FrameworkElement^ control, 
    FrameworkElement^ stateGroupsRoot, 
    String^ stateName, 
    VisualStateGroup^ group, 
    VisualState^ state, 
    bool useTransitions
) override
protected boolean GoToStateCore (
    FrameworkElement control, 
    FrameworkElement stateGroupsRoot, 
    String stateName, 
    VisualStateGroup group, 
    VisualState state, 
    boolean useTransitions
)
protected override function GoToStateCore (
    control : FrameworkElement, 
    stateGroupsRoot : FrameworkElement, 
    stateName : String, 
    group : VisualStateGroup, 
    state : VisualState, 
    useTransitions : boolean
) : boolean

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExtendedVisualStateManager Class
ExtendedVisualStateManager Members
Microsoft.Expression.Interactivity.Core Namespace