IXamlObjectWriterFactory Interface

Definition

Represents a service that generates a XamlObjectWriter that is based on the current internal parser context.

public interface class IXamlObjectWriterFactory
public interface IXamlObjectWriterFactory
type IXamlObjectWriterFactory = interface
Public Interface IXamlObjectWriterFactory

Remarks

An internal factory class implements this service for .NET Framework XAML Services. By obtaining the service from an existing XAML object writer, you can call GetXamlObjectWriter to construct a new compatible XAML object writer. The factory-constructed object writer can resume writing to the object graph after the first write operation is suspended.

Methods

GetParentSettings()

Returns the XamlObjectWriterSettings from the original internal parser context.

GetXamlObjectWriter(XamlObjectWriterSettings)

Returns a XamlObjectWriter that is based on active XAML schema context.

Applies to

See also