set { _myListURL = value; }但是在webpart中,我还使用自己的自定义工具部分重写了GetToolParts()方法,如下所示: return new ToolPart[] { new RSSCountrySettings(), new WebPartToolPart() };
}
我不能将数组数据从ToolPart发送到WebPart,尽管字符串数据是ok型的。webpart.ListColumnsi = lstBoxSend.Itemsi.Value是正确的,并且有数据,但我不知道为什么WebPart中的属性ListColumns为空 public class ToolPart1: Microsoft.SharePoint.WebPartPages.ToolPart public override void ApplyChangespublic string Lis
MyCustomProperty public class RichTextToolbarProperty : Microsoft.SharePoint.WebPartPages.ToolPartdefaultText; set { _defaultText = value; } {
ToolPart