Table of Contents

Method GetFixupToken

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

GetFixupToken(IEnumerable<string>)

Returns an object that can correct for certain markup patterns that produce forward references.

public object GetFixupToken(IEnumerable<string> names)

Parameters

names IEnumerable<string>

A collection of names that are possible forward references.

Returns

object

An object that provides a token for lookup behavior to be evaluated later.

GetFixupToken(IEnumerable<string>, bool)

Returns an object that can correct for certain markup patterns that produce forward references.

public object GetFixupToken(IEnumerable<string> names, bool canAssignDirectly)

Parameters

names IEnumerable<string>

A collection of names that are possible forward references.

canAssignDirectly bool

true to immediately assign the resolved name reference to the target property. false to call the user code for a reparse. The default behavior is false.

Returns

object

An object that provides a token for lookup behavior to be evaluated later.