简体   繁体   English

Delphi Prism 2011和Sharepoint

[英]Delphi Prism 2011 and Sharepoint

can i create webparts controls for Sharepoint 2007 in Delphi Prism? 我可以在Delphi Prism中为Sharepoint 2007创建Webparts控件吗? If yes, how? 如果有,怎么样? Thank you. 谢谢。

Sharepoint uses plain old ASP.NET WebParts. Sharepoint使用普通的旧ASP.NET WebParts。 Even webparts that inherit from the Microsoft.SharePoint.WebPartPages.WebPart class ultimately inherit from ASP.NET's WebPart. 即使从Microsoft.SharePoint.WebPartPages.WebPart类继承的Webpart最终也将从ASP.NET的WebPart继承。 You should have no problem creating a webpart for Sharepoint. 为Sharepoint创建Webpart应该没有问题。 Finding samples and tutorials is going to be a problem though, as 90% of Sharepoint development, samples and tools are in C#. 但是,由于90%的Sharepoint开发,示例和工具都在C#中,因此查找示例和教程将是一个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM