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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.