Version

SavePreset(ISupportPresetSerialization,TextWriter,String,String,PresetType,Boolean) Method

Syntax
'Declaration
 
Public Overloads Shared Sub SavePreset( _
   ByVal target As ISupportPresetSerialization, _
   ByVal textWriter As TextWriter, _
   ByVal name As String, _
   ByVal desc As String, _
   ByVal presetType As PresetType, _
   ByVal forViewState As Boolean _
) 
public static void SavePreset( 
   ISupportPresetSerialization target,
   TextWriter textWriter,
   string name,
   string desc,
   PresetType presetType,
   bool forViewState
)

Parameters

target
textWriter
name
desc
presetType
forViewState
Requirements

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