Class XamlTypeName
Inheritance
System.Object
XamlTypeName
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlTypeName
Constructors
|
Improve this Doc
View Source
XamlTypeName()
Declaration
|
Improve this Doc
View Source
XamlTypeName(String, String)
Declaration
public XamlTypeName(string xamlNamespace, string name)
Parameters
Type |
Name |
Description |
System.String |
xamlNamespace |
|
System.String |
name |
|
|
Improve this Doc
View Source
XamlTypeName(String, String, IEnumerable<XamlTypeName>)
Declaration
public XamlTypeName(string xamlNamespace, string name, IEnumerable<XamlTypeName> typeArguments)
Parameters
Type |
Name |
Description |
System.String |
xamlNamespace |
|
System.String |
name |
|
System.Collections.Generic.IEnumerable<XamlTypeName> |
typeArguments |
|
|
Improve this Doc
View Source
XamlTypeName(XamlType)
Declaration
public XamlTypeName(XamlType xamlType)
Parameters
Properties
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TypeArguments
Declaration
public IList<XamlTypeName> TypeArguments { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<XamlTypeName> |
|
Methods
|
Improve this Doc
View Source
Parse(String, IXamlNamespaceResolver)
Declaration
public static XamlTypeName Parse(string typeName, IXamlNamespaceResolver namespaceResolver)
Parameters
Returns
|
Improve this Doc
View Source
ParseList(String, IXamlNamespaceResolver)
Declaration
public static IList<XamlTypeName> ParseList(string typeNameList, IXamlNamespaceResolver namespaceResolver)
Parameters
Returns
Type |
Description |
System.Collections.Generic.IList<XamlTypeName> |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
ToString(IList<XamlTypeName>, INamespacePrefixLookup)
Declaration
public static string ToString(IList<XamlTypeName> typeNameList, INamespacePrefixLookup prefixLookup)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ToString(INamespacePrefixLookup)
Declaration
public string ToString(INamespacePrefixLookup prefixLookup)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TryParse(String, IXamlNamespaceResolver, out XamlTypeName)
Declaration
public static bool TryParse(string typeName, IXamlNamespaceResolver namespaceResolver, out XamlTypeName result)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TryParseList(String, IXamlNamespaceResolver, out IList<XamlTypeName>)
Declaration
public static bool TryParseList(string typeNameList, IXamlNamespaceResolver namespaceResolver, out IList<XamlTypeName> list)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods