IPropertySourceCollection.Add 方法

将新属性源对象添加到 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 安全性

请参见

参考

IPropertySourceCollection 接口

Microsoft.VisualStudio.SharePoint 命名空间