CustomFieldsDeletePostEventArgs 构造函数 (Guid[])
创建类实例的CustomFieldsDeletePostEventArgs ;在内部使用。
命名空间: Microsoft.Office.Project.Server.Events
程序集: Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
语法
声明
Public Sub New ( _
customFields As Guid() _
)
用法
Dim customFields As Guid()
Dim instance As New CustomFieldsDeletePostEventArgs(customFields)
public CustomFieldsDeletePostEventArgs(
Guid[] customFields
)
参数
customFields
类型:[]一个 Guid 已被删除的自定义字段的集合。
另请参阅
引用
CustomFieldsDeletePostEventArgs 类
CustomFieldsDeletePostEventArgs 成员