Version

GetStyleSet Method

Returns the styleset with the specified name and optionally creates the styleset if it doesn't exist in the collection.
Syntax
'Declaration
 
Public Function GetStyleSet( _
   ByVal name As String, _
   ByVal createIfNull As Boolean _
) As StyleSetSettings
public StyleSetSettings GetStyleSet( 
   string name,
   bool createIfNull
)

Parameters

name
Name of the styleset
createIfNull
A boolean indicating whether the styleset should be created if it doesn't exist.

Return Value

A StyleSetSettings instance that represents the specified name; otherwise null (Nothing in VB).
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