Version

TryGetVisualStateGroup Method

This method tries to get the named VisualStateGroup for the dependency object. The provided object's ImplementationRoot will be looked up in this call.
Syntax
'Declaration
 
Public Shared Function TryGetVisualStateGroup( _
   ByVal dependencyObject As DependencyObject, _
   ByVal groupName As String _
) As VisualStateGroup
public static VisualStateGroup TryGetVisualStateGroup( 
   DependencyObject dependencyObject,
   string groupName
)

Parameters

dependencyObject
The dependency object.
groupName
The visual state group's name.

Return Value

Returns null or the VisualStateGroup object.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also