HandlerElement.XamlRootElementType 属性

获取或设置配置文件中的根 XAML 元素的类型名称。

命名空间:  System.Xaml.Hosting.Configuration
程序集:  System.Xaml.Hosting(在 System.Xaml.Hosting.dll 中)

语法

声明
<StringValidatorAttribute(MinLength := )> _
<ConfigurationPropertyAttribute("xamlRootElementType", DefaultValue := "", Options := ConfigurationPropertyOptions.None Or ConfigurationPropertyOptions.IsRequired Or ConfigurationPropertyOptions.IsKey)> _
Public Property XamlRootElementType As String
[StringValidatorAttribute(MinLength = )]
[ConfigurationPropertyAttribute("xamlRootElementType", DefaultValue = "", Options = ConfigurationPropertyOptions.None|ConfigurationPropertyOptions.IsRequired|ConfigurationPropertyOptions.IsKey)]
public string XamlRootElementType { get; set; }
[StringValidatorAttribute(MinLength = )]
[ConfigurationPropertyAttribute(L"xamlRootElementType", DefaultValue = L"", Options = ConfigurationPropertyOptions::None|ConfigurationPropertyOptions::IsRequired|ConfigurationPropertyOptions::IsKey)]
public:
property String^ XamlRootElementType {
    String^ get ();
    void set (String^ value);
}
[<StringValidatorAttribute(MinLength = )>]
[<ConfigurationPropertyAttribute("xamlRootElementType", DefaultValue = "", Options = ConfigurationPropertyOptions.None|ConfigurationPropertyOptions.IsRequired|ConfigurationPropertyOptions.IsKey)>]
member XamlRootElementType : string with get, set

属性值

类型:System.String
String .

版本信息

.NET Framework

受以下版本支持:4.5、4

.NET Framework 安全性

平台

Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008(不支持服务器核心角色), Windows Server 2008 R2(支持带 SP1 或更高版本的服务器核心角色;不支持 Itanium)

.NET Framework 并非支持每个平台的所有版本。有关支持的版本的列表,请参阅.NET Framework 系统要求

请参阅

参考

HandlerElement 类

System.Xaml.Hosting.Configuration 命名空间