XamlTypeName.Parse(String, IXamlNamespaceResolver) 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.
Provides a XamlTypeName value based on a type name and an object that can resolve a markup prefix into a namespace.
public:
static System::Xaml::Schema::XamlTypeName ^ Parse(System::String ^ typeName, System::Xaml::IXamlNamespaceResolver ^ namespaceResolver);
public static System.Xaml.Schema.XamlTypeName Parse (string typeName, System.Xaml.IXamlNamespaceResolver namespaceResolver);
static member Parse : string * System.Xaml.IXamlNamespaceResolver -> System.Xaml.Schema.XamlTypeName
Public Shared Function Parse (typeName As String, namespaceResolver As IXamlNamespaceResolver) As XamlTypeName
Parameters
- typeName
- String
The type name to create a XamlTypeName value for.
- namespaceResolver
- IXamlNamespaceResolver
An object or service provider that implements IXamlNamespaceResolver.
Returns
The created XamlTypeName.
Exceptions
typeName
or namespaceResolver
is null
.
String cannot be parsed.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.