Udostępnij za pośrednictwem


XamlReaderSettings Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy XamlReaderSettings.

Przeciążenia

XamlReaderSettings()

Inicjuje nowe wystąpienie klasy XamlReaderSettings.

XamlReaderSettings(XamlReaderSettings)

Inicjuje XamlReaderSettings nowe wystąpienie klasy na podstawie wartości w innym XamlReaderSettings obiekcie.

XamlReaderSettings()

Inicjuje nowe wystąpienie klasy XamlReaderSettings.

public:
 XamlReaderSettings();
public XamlReaderSettings ();
Public Sub New ()

Uwagi

Aby uzyskać więcej informacji na temat inicjowania wystąpienia domyślnego XamlReaderSettings , zobacz XamlReaderSettings.

Dotyczy

XamlReaderSettings(XamlReaderSettings)

Inicjuje XamlReaderSettings nowe wystąpienie klasy na podstawie wartości w innym XamlReaderSettings obiekcie.

public:
 XamlReaderSettings(System::Xaml::XamlReaderSettings ^ settings);
public XamlReaderSettings (System.Xaml.XamlReaderSettings settings);
new System.Xaml.XamlReaderSettings : System.Xaml.XamlReaderSettings -> System.Xaml.XamlReaderSettings
Public Sub New (settings As XamlReaderSettings)

Parametry

settings
XamlReaderSettings

Istniejący XamlReaderSettings obiekt.

Uwagi

Ten konstruktor obsługuje scalanie ustawień dla czytników XAML, gdzie dodatkowe ustawienia mogą również pochodzić od innych uczestników procesu czytnika.

Dotyczy