When overridden in a derived class, creates an internal Type.
Namespace:
System.Windows.Markup
Assembly:
WindowsBase (in WindowsBase.dll)
Visual Basic (Declaration)
Protected Friend MustOverride Function CreateInstance ( _
type As Type, _
culture As CultureInfo _
) As Object
Dim type As Type
Dim culture As CultureInfo
Dim returnValue As Object
returnValue = Me.CreateInstance(type, _
culture)
protected internal abstract Object CreateInstance(
Type type,
CultureInfo culture
)
protected public:
virtual Object^ CreateInstance(
Type^ type,
CultureInfo^ culture
) abstract
protected internal abstract function CreateInstance(
type : Type,
culture : CultureInfo
) : Object
You cannot use methods in XAML.
The InternalTypeHelper class is not intended for use by anything other than the markup compiler.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
Reference