InternalTypeHelper.CreateInstance(Type, CultureInfo) Method
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.
When overridden in a derived (generated) class, creates an instance of an internal type.
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
Parameters
- culture
- CultureInfo
Culture specific information.
Returns
The created instance.
Remarks
The InternalTypeHelper class is not intended for use by anything other than the WPF XAML markup compiler.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.