This topic has not yet been rated - Rate this topic

IXamlNameResolver.GetFixupToken Method (IEnumerable(Of String))

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

Namespace:  System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)
'Declaration
Function GetFixupToken ( _
	names As IEnumerable(Of String) _
) As Object

Parameters

names
Type: System.Collections.Generic.IEnumerable(Of String)

A collection of names that are possible forward references.

Return Value

Type: System.Object
An object that provides a token for lookup behavior to be evaluated later.

Existing internal service providers that are available in schema contexts for markup extensions and type converters can implement this service; however, they return an internal type that only the existing XAML writers that work under the default XAML schema context can process.

When all the forward referenced names are resolvable, the user code is called to reparse each name in the list.

.NET Framework

Supported in: 4.5, 4

.NET Framework Client Profile

Supported in: 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.