Class XamlLanguage
Inheritance
System.Object
XamlLanguage
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)
System.Object.ToString()
Assembly: OpenSilver.Xaml.dll
Syntax
public static class XamlLanguage
Fields
|
Improve this Doc
View Source
Xaml2006Namespace
Declaration
public const string Xaml2006Namespace = "http://schemas.microsoft.com/winfx/2006/xaml"
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Xml1998Namespace
Declaration
public const string Xml1998Namespace = "http://www.w3.org/XML/1998/namespace"
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
AllDirectives
Declaration
public static ReadOnlyCollection<XamlDirective> AllDirectives { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<XamlDirective> |
|
|
Improve this Doc
View Source
AllTypes
Declaration
public static ReadOnlyCollection<XamlType> AllTypes { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<XamlType> |
|
|
Improve this Doc
View Source
Arguments
Declaration
public static XamlDirective Arguments { get; }
Property Value
|
Improve this Doc
View Source
Array
Declaration
public static XamlType Array { get; }
Property Value
|
Improve this Doc
View Source
AsyncRecords
Declaration
public static XamlDirective AsyncRecords { get; }
Property Value
|
Improve this Doc
View Source
Base
Declaration
public static XamlDirective Base { get; }
Property Value
|
Improve this Doc
View Source
Boolean
Declaration
public static XamlType Boolean { get; }
Property Value
|
Improve this Doc
View Source
Byte
Declaration
public static XamlType Byte { get; }
Property Value
|
Improve this Doc
View Source
Char
Declaration
public static XamlType Char { get; }
Property Value
|
Improve this Doc
View Source
Class
Declaration
public static XamlDirective Class { get; }
Property Value
|
Improve this Doc
View Source
ClassAttributes
Declaration
public static XamlDirective ClassAttributes { get; }
Property Value
|
Improve this Doc
View Source
ClassModifier
Declaration
public static XamlDirective ClassModifier { get; }
Property Value
|
Improve this Doc
View Source
Code
Declaration
public static XamlDirective Code { get; }
Property Value
|
Improve this Doc
View Source
ConnectionId
Declaration
public static XamlDirective ConnectionId { get; }
Property Value
|
Improve this Doc
View Source
Decimal
Declaration
public static XamlType Decimal { get; }
Property Value
|
Improve this Doc
View Source
Double
Declaration
public static XamlType Double { get; }
Property Value
|
Improve this Doc
View Source
FactoryMethod
Declaration
public static XamlDirective FactoryMethod { get; }
Property Value
|
Improve this Doc
View Source
FieldModifier
Declaration
public static XamlDirective FieldModifier { get; }
Property Value
|
Improve this Doc
View Source
Initialization
Declaration
public static XamlDirective Initialization { get; }
Property Value
|
Improve this Doc
View Source
Int16
Declaration
public static XamlType Int16 { get; }
Property Value
|
Improve this Doc
View Source
Int32
Declaration
public static XamlType Int32 { get; }
Property Value
|
Improve this Doc
View Source
Int64
Declaration
public static XamlType Int64 { get; }
Property Value
|
Improve this Doc
View Source
Items
Declaration
public static XamlDirective Items { get; }
Property Value
|
Improve this Doc
View Source
Key
Declaration
public static XamlDirective Key { get; }
Property Value
|
Improve this Doc
View Source
Lang
Declaration
public static XamlDirective Lang { get; }
Property Value
|
Improve this Doc
View Source
Member
Declaration
public static XamlType Member { get; }
Property Value
|
Improve this Doc
View Source
Members
Declaration
public static XamlDirective Members { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public static XamlDirective Name { get; }
Property Value
|
Improve this Doc
View Source
Null
Declaration
public static XamlType Null { get; }
Property Value
|
Improve this Doc
View Source
Object
Declaration
public static XamlType Object { get; }
Property Value
|
Improve this Doc
View Source
PositionalParameters
Declaration
public static XamlDirective PositionalParameters { get; }
Property Value
|
Improve this Doc
View Source
Property
Declaration
public static XamlType Property { get; }
Property Value
|
Improve this Doc
View Source
Reference
Declaration
public static XamlType Reference { get; }
Property Value
|
Improve this Doc
View Source
Shared
Declaration
public static XamlDirective Shared { get; }
Property Value
|
Improve this Doc
View Source
Single
Declaration
public static XamlType Single { get; }
Property Value
|
Improve this Doc
View Source
Space
Declaration
public static XamlDirective Space { get; }
Property Value
|
Improve this Doc
View Source
Static
Declaration
public static XamlType Static { get; }
Property Value
|
Improve this Doc
View Source
String
Declaration
public static XamlType String { get; }
Property Value
|
Improve this Doc
View Source
Subclass
Declaration
public static XamlDirective Subclass { get; }
Property Value
|
Improve this Doc
View Source
SynchronousMode
Declaration
public static XamlDirective SynchronousMode { get; }
Property Value
|
Improve this Doc
View Source
TimeSpan
Declaration
public static XamlType TimeSpan { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public static XamlType Type { get; }
Property Value
|
Improve this Doc
View Source
TypeArguments
Declaration
public static XamlDirective TypeArguments { get; }
Property Value
|
Improve this Doc
View Source
Uid
Declaration
public static XamlDirective Uid { get; }
Property Value
|
Improve this Doc
View Source
UnknownContent
Declaration
public static XamlDirective UnknownContent { get; }
Property Value
|
Improve this Doc
View Source
Uri
Declaration
public static XamlType Uri { get; }
Property Value
|
Improve this Doc
View Source
XamlNamespaces
Declaration
public static IList<string> XamlNamespaces { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
|
Improve this Doc
View Source
XData
Declaration
public static XamlType XData { get; }
Property Value
|
Improve this Doc
View Source
XmlNamespaces
Declaration
public static IList<string> XmlNamespaces { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|