XamlMetaDataProviderGetXamlType Method (Type) |
GetXamlType(Type)
Namespace:
Unvired.Kernel.UWP.Unvired_Kernel_UWP_XamlTypeInfo
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IXamlType GetXamlType(
Type type
)
Public Function GetXamlType (
type As Type
) As IXamlType
public:
virtual IXamlType^ GetXamlType(
Type^ type
) sealed
abstract GetXamlType :
type : Type -> IXamlType
override GetXamlType :
type : Type -> IXamlType Parameters
- type
- Type: SystemType
Return Value
Type:
IXamlType
See Also