XamlMetaDataProviderGetXamlType Method (String) |
GetXamlType(String)
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(
string fullName
)
Public Function GetXamlType (
fullName As String
) As IXamlType
public:
virtual IXamlType^ GetXamlType(
String^ fullName
) sealed
abstract GetXamlType :
fullName : string -> IXamlType
override GetXamlType :
fullName : string -> IXamlType Parameters
- fullName
- Type: SystemString
Return Value
Type:
IXamlTypeImplements
IXamlMetadataProviderGetXamlType(String)
See Also