XamlTypeName Class
Provides a means to specify a XAML type in terms of name and namespace.
Assembly: System.Xaml (in System.Xaml.dll)
| Name | Description | |
|---|---|---|
![]() | XamlTypeName() | Initializes a new instance of the XamlTypeName class. |
![]() | XamlTypeName(String^, String^) | Initializes a new instance of the XamlTypeName class, based on name and namespace strings. |
![]() | XamlTypeName(String^, String^, IEnumerable<XamlTypeName^>^) | Initializes a new instance of the XamlTypeName class, based on name and namespace strings as well as an array of type arguments. |
![]() | XamlTypeName(XamlType^) | Initializes a new instance of the XamlTypeName class, based on an existing XamlType. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name used to construct this XamlTypeName. |
![]() | Namespace | Gets the XAML namespace identifier used to construct this XamlTypeName. |
![]() | TypeArguments | Gets the type arguments used to construct this XamlTypeName. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() ![]() | Parse(String^, IXamlNamespaceResolver^) | Provides a XamlTypeName value based on a type name and an object that can resolve a markup prefix into a namespace. |
![]() ![]() | ParseList(String^, IXamlNamespaceResolver^) | Provides a XamlTypeName value based on a string that can specify multiple type names, and an object that can resolve a markup prefix into a namespace. |
![]() | ToString() | Converts the value of this XamlTypeName to its equivalent string representation.(Overrides Object::ToString().) |
![]() ![]() | ToString(IList<XamlTypeName^>^, INamespacePrefixLookup^) | Converts the value of this XamlTypeName to its equivalent string representation, which can be used in markup syntax for an object element usage of multiple types. |
![]() | ToString(INamespacePrefixLookup^) | Converts the value of this XamlTypeName to its equivalent string representation, which can be used in markup syntax for an object element usage of a type. |
![]() ![]() | TryParse(String^, IXamlNamespaceResolver^, XamlTypeName^%) | Provides a XamlTypeName value based on a type name and an object that can resolve a markup prefix into a namespace. |
![]() ![]() | TryParseList(String^, IXamlNamespaceResolver^, IList<XamlTypeName^>^%) | Provides a XamlTypeName value based on a string that can specify multiple type names, and an object that can resolve a markup prefix into a namespace. |
XamlType is the type information class in the XAML type system, whereas XamlTypeName is more of a data structure that provides different ways of specifying that type. XamlTypeName also provides static helper methods for generating a XamlTypeName by resolving an existing type identifier in a XAML namespace.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



