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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.