Compartir a través de


(Guid, String, Guid) del constructor WssWorkspaceAddressUpdatingEventArgs

Crea una instancia de la clase WssWorkspaceAddressUpdatingEventArgs .

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 ( _
    projectUid As Guid, _
    newWebName As String, _
    newWSSServerUID As Guid _
)
'Uso
Dim projectUid As Guid
Dim newWebName As String
Dim newWSSServerUID As Guid

Dim instance As New WssWorkspaceAddressUpdatingEventArgs(projectUid, _
    newWebName, newWSSServerUID)
public WssWorkspaceAddressUpdatingEventArgs(
    Guid projectUid,
    string newWebName,
    Guid newWSSServerUID
)

Parámetros

  • newWebName
    Tipo: System.String

    El nuevo nombre del sitio del proyecto.

  • newWSSServerUID
    Tipo: System.Guid

    El GUID de la nueva instancia del sitio de Sharepoint para el proyecto.

Vea también

Referencia

clase WssWorkspaceAddressUpdatingEventArgs

Miembros WssWorkspaceAddressUpdatingEventArgs

Sobrecarga WssWorkspaceAddressUpdatingEventArgs

Espacio de nombres Microsoft.Office.Project.Server.Events