将新属性源对象添加到 IPropertySourceCollection 集合。
命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Sub Add ( _
    propertySource As Object _
)
void Add(
    Object propertySource
)
参数
- propertySource
 类型:System.Object
 要添加的属性源对象。
备注
所提供属性源对象的所有公共属性都显示在**“属性”**窗口中。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。