IXamlObjectWriterFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |