易截截图软件、单文件、免安装、纯绿色、仅160KB

C#中的关键字Upgradable什么意思?

最近在看SharePoint的从元数据时候发现,之下的语句?
UpgradableAttribute设什么属性没见过
忘高手可以帮忙?

namespace Microsoft.SharePoint
{
    [Upgradable]
    public class SPSite : IDisposable, Microsoft.SharePoint.ISPWorkItemHost
右键转到定义呢?

这什么特性?


http://msdn.microsoft.com/zh-cn/library/microsoft.sharepoint.upgrade.upgradableattribute.upgradableattribute.aspx

C# code:

Represents a class that can participate in the Windows SharePoint Services extensible upgrade infrastructure.

The following tables list the members exposed by the UpgradableAttribute type.

Public Constructors
Name Description
UpgradableAttribute Initializes a new instance of the UpgradableAttribute class.
Top
Public Properties
Name Description
TypeId (inherited from Attribute)
Top
Public Methods (see also Protected Methods )
Name Description
Equals Overloaded. (inherited from Attribute)
GetCustomAttribute Overloaded. (inherited from Attribute)
GetCustomAttributes Overloaded. (inherited from Attribute)
GetHashCode (inherited from Attribute)
GetType (inherited from Object)
IsDefaultAttribute (inherited from Attribute)
IsDefined Overloaded. (inherited from Attribute)
Match (


相关问答:

在C#中怎么把一个Excel保存成为一个Html文件?

在C#中怎么把一个Excel保存成为一个Html文件?
如同在Excel中  文件——保存为——格式选为html 生成的文件 及文件夹(在多张sheet 时)

引用
excelapp.Workbooks[1].PublishObjects ......

sql小小的疑问 - .NET技术 / C#

可能因为工作的原因 接触数据库这块比较少,之前都是做程序这块,数据库这块都有专门的人来做 分工都很明细 所以对数据库这一块完全不了解。前段时间 去面试了几家公司 几乎都是在数据库这块挂掉的 连个简单的SQ ......

截取WINfrom中HTML的标签!!! - .NET技术 / C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Syst ......

asp.net(c#) 保存xml数据(将数据写入到xml文件中)

<?xml version="1.0" encoding="utf-8"?>
<bcaster>
<item item_url="images/nei1_03.gif" link="http://www.baidu.com" />
<item item_url=& ......

C#FTP上传现在整个文件夹 - .NET技术 / C#

C#FTP上传现在整个文件夹,有相关的方法或者有什么好的控件吗?

路過

up

引用
《FTP client library for C#》
http://www.codeproject.com/KB/IP/ftplibrary.aspx
Features
    * Uplo ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号