InternalTypeHelper.CreateInstance(Type, CultureInfo) Methode

Definition

Wenn eine abgeleitete (generierte) Klasse überschrieben wird, wird eine Instanz eines internen Typs erstellt.

protected public:
 abstract System::Object ^ CreateInstance(Type ^ type, System::Globalization::CultureInfo ^ culture);
protected internal abstract object CreateInstance(Type type, System.Globalization.CultureInfo culture);
abstract member CreateInstance : Type * System.Globalization.CultureInfo -> obj
Protected Friend MustOverride Function CreateInstance (type As Type, culture As CultureInfo) As Object

Parameter

type
Type

Die Type zu erstellende Datei.

culture
CultureInfo

Kulturspezifische Informationen.

Gibt zurück

Die erstellte Instanz.

Hinweise

Die InternalTypeHelper Klasse ist nicht für die Verwendung durch einen anderen WPF-XAML-Markupcompiler vorgesehen.

Gilt für: