InternalTypeHelper.CreateInstance(Type, CultureInfo) Methode

Definition

Beim Überschreiben in einer abgeleiteten (generierten) Klasse 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 zu erstellende Type.

culture
CultureInfo

Kulturspezifische Informationen.

Gibt zurück

Die erstellte Instanz.

Hinweise

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

Gilt für: