IXamlObjectWriterFactory.GetParentSettings Method

Definition

Returns the XamlObjectWriterSettings from the original internal parser context.

public:
 System::Xaml::XamlObjectWriterSettings ^ GetParentSettings();
public System.Xaml.XamlObjectWriterSettings GetParentSettings ();
abstract member GetParentSettings : unit -> System.Xaml.XamlObjectWriterSettings
Public Function GetParentSettings () As XamlObjectWriterSettings

Returns

The settings from the original internal parser context.

Applies to