我正在尝试将一些现有的C#代码转换为可移植类库项目,配置文件111.这是我坚持的代码:
[System.Xml.Serialization.XmlAnyAttributeAttribute()]
public System.Xml.XmlAttribute[] OtherAttributes
{
get
{
return this._otherAttributes;
}
set
{
this._otherAttributes = value;
}
}
PCL土地相当于什么?我看到XmlSerializer
编译得很好。 XmlAnyAttributeAttribute
存在,但XmlAttribute
类型不存在。
答案 0 :(得分:1)
似乎没有正式的等同物。
根据MSDN页面,XmlAttribute
和XmlAnyAttributeAttribute
都没有PCL条目,这似乎意味着它们与PCL不兼容,不像XmlSerializer
列在Portable Class Library
下面{1}}。
便携式类库 受以下版本支持:可移植类库 受以下版本支持:Windows Phone 8.1 受以下版本支持:Windows Phone Silverlight 8.1 受以下版本支持:Windows Phone Silverlight 8