XamlSchemaContext::GetXamlType Method (String^, String^, array<XamlType^>^)

.NET Framework (current version)
 

Returns a XamlType that is based on a XAML namespace and a string for the type name. This signature can specify the type arguments for cases where the desired type is a generic type.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public protected:
virtual XamlType^ GetXamlType(
	String^ xamlNamespace,
	String^ name,
	... array<XamlType^>^ typeArguments
)

Parameters

xamlNamespace
Type: System::String^

The XAML namespace that contains the desired type.

name
Type: System::String^

The string name of the desired type.

typeArguments
Type: array<System.Xaml::XamlType^>^

The initialization type arguments for a generic type.

Return Value

Type: System.Xaml::XamlType^

The XamlType that matches the input criteria.

.NET Framework
Available since 4.0
Return to top
Show: