WindowSerializer.replaceTag

Replaces an existing tag with a new one.

class WindowSerializer
public
Tag
replaceTag
(
string target
,
string property
,
Tag newTag
)

Parameters

target string

The name of the window element, which tag must be replaced.

property string

The name of the property Tag.

newTag Tag

The new tag to be used in the place of the old

Return Value

Type: Tag

The old tag as a backup.

Meta