SharePointProjectPropertiesRequestedEventArgs 构造函数

使用提供的 ISharePointProject 实例和属性源的集合初始化 SharePointProjectPropertiesRequestedEventArgs 类的新实例。

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

语法

声明
Public Sub New ( _
    project As ISharePointProject, _
    propertySources As IPropertySourceCollection _
)
public SharePointProjectPropertiesRequestedEventArgs(
    ISharePointProject project,
    IPropertySourceCollection propertySources
)

参数

.NET Framework 安全性

请参见

参考

SharePointProjectPropertiesRequestedEventArgs 类

Microsoft.VisualStudio.SharePoint 命名空间