SharePointProjectItemPropertiesRequestedEventArgs.PropertySources 属性

获取或设置所请求的属性源对象的集合。

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
Public Property PropertySources As IPropertySourceCollection
    Get
    Private Set
public IPropertySourceCollection PropertySources { get; private set; }

属性值

类型:Microsoft.VisualStudio.SharePoint.IPropertySourceCollection
属性源对象的集合。

备注

属性源对象上定义任何可浏览属性将显示在**“属性”**窗口中。

.NET Framework 安全性

请参见

参考

SharePointProjectItemPropertiesRequestedEventArgs 类

Microsoft.VisualStudio.SharePoint 命名空间