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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.