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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.