(Guid[], String) del constructor ProjectCategoryDeletePostEventArgs
Crea una instancia de la clase ProjectCategoryDeletePostEventArgs . se usa internamente.
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
Public Sub New ( _
deletedItems As Guid(), _
deletionComments As String _
)
'Uso
Dim deletedItems As Guid()
Dim deletionComments As String
Dim instance As New ProjectCategoryDeletePostEventArgs(deletedItems, _
deletionComments)
public ProjectCategoryDeletePostEventArgs(
Guid[] deletedItems,
string deletionComments
)
Parámetros
deletedItems
Tipo: []Una colección de GUID que representan los elementos que se va a eliminar.
deletionComments
Tipo: System.StringEl texto que proporciona información sobre los elementos que se va a eliminar.
Vea también
Referencia
clase ProjectCategoryDeletePostEventArgs
Miembros ProjectCategoryDeletePostEventArgs