C# Класс Alba.Jaml.MSInternal.XamlLanguage

Defines constants that provide strings or objects that are useful for XAML markup or for programming with XAML types. These strings or objects are relevant to XAML language concepts, to the implementation of XAML language concepts in .NET Framework XAML Services, or to both.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetAllDirectives ReadOnlyCollection
GetAllTypes ReadOnlyCollection
GetSchemaContext XamlSchemaContext
GetXamlDirective System.Xaml.XamlDirective
GetXamlDirective System.Xaml.XamlDirective
GetXamlDirective System.Xaml.XamlDirective
GetXamlType XamlType
GetXmlDirective System.Xaml.XamlDirective
LookupXamlDirective System.Xaml.XamlDirective
LookupXamlType XamlType
LookupXmlDirective System.Xaml.XamlDirective
TypeAlias string

Приватные методы

Метод Описание
GetAllDirectives ( ) : ReadOnlyCollection
GetAllTypes ( ) : ReadOnlyCollection
GetSchemaContext ( ) : XamlSchemaContext
GetXamlDirective ( string name ) : XamlDirective
GetXamlDirective ( string name, AllowedMemberLocations allowedLocation ) : XamlDirective
GetXamlDirective ( string name, XamlType xamlType, XamlValueConverter typeConverter, AllowedMemberLocations allowedLocation ) : XamlDirective
GetXamlType ( Type type ) : XamlType
GetXmlDirective ( string name ) : XamlDirective
LookupXamlDirective ( string name ) : XamlDirective
LookupXamlType ( string typeNamespace, string typeName ) : XamlType
LookupXmlDirective ( string name ) : XamlDirective
TypeAlias ( Type type ) : string