请原谅NOOB问题,但我要圆圈,需要答案...

无论如何,我一直在看这篇文章 WPF:如何将radiobuttons结合到枚举? 但是我只是无法在XAML文件中识别转换器。

<Window x:Class="Widget.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:dg="http://schemas.microsoft.com/wpf/2008/toolkit"
    Title="Widget" Height="366" Width="588" WindowStyle="SingleBorderWindow">
    <Window.Resources>
        <EnumBooleanConverter x:Key="enumBooleanConverter" />
    </Window.Resources>
...

我有一个单独的文件,上面有AnumbooleanConverter类,但上述引用给我以下错误:

错误1标签“ numumbooleanconverter”不存在xml名称空间中的标签http://schemas.microsoft.com/winfx/2006/xaml/presentation'.

我尝试将标签附加到XAML,但无济于事。

<Window x:Class="Widget.MainWindow"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:dg="http://schemas.microsoft.com/wpf/2008/toolkit"
    xmlns:local="clr-namespace:Widget;assembly=Widget"
    Title="Widget" Height="366" Width="588" WindowStyle="SingleBorderWindow">
    <Window.Resources>
        <local:EnumBooleanConverter x:Key="enumBooleanConverter" />
    </Window.Resources>
...

任何帮助将不胜感激。

有帮助吗?

解决方案

是,SharePoint Online支持与外部用户/客户共享信息,而无需您必须为那些(外部)用户/帐户支付额外费用。 但是,只有当您的(4)支付用户中的一个“邀请”外部用户忘记到SharePoint站点时,这才可运行。外部用户将收到邀请电子邮件。当他们登录Microsoft帐户时,将创建(或与现有用户关联)此用户(使用他的电子邮件地址为用户名)

不允许匿名站点。用户始终需要登录。

只支持100载100载。2GB是最大文件大小,某些文件类型被阻止出于安全原因(DLL,EXE,SHTML,JSON,ASP等)

外部用户的数量也是最大值,但我认为这取决于您的SharePoint在线订阅。对于“企业计划”它是10.000个外部用户。

其他提示

确保OnumbooleanConconverter可以公开访问,并具有公共空的构造函数。

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top