Version

GetTargetStyleSet Method

Returns the StyleSetSettings instance that is currently the target styleset for the specified component role.
Syntax
'Declaration
 
Public Function GetTargetStyleSet( _
   ByVal componentRoleName As String _
) As StyleSetSettings
public StyleSetSettings GetTargetStyleSet( 
   string componentRoleName
)

Parameters

componentRoleName
Name of the component role to evaluate

Return Value

The target StyleSetSettings instance or null if there is no target styleset specified.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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