次の方法で共有


WssWorkspaceAddressUpdatingEventArgs コンストラクター (Guid, String, Guid)

WssWorkspaceAddressUpdatingEventArgsクラスのインスタンスを作成します。

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Sub New ( _
    projectUid As Guid, _
    newWebName As String, _
    newWSSServerUID As Guid _
)
'使用
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
)

パラメーター

  • projectUid
    型: System.Guid

    プロジェクトの GUID。

  • newWebName
    型: System.String

    プロジェクト サイトの新しい名前を指定します。

  • newWSSServerUID
    型: System.Guid

    プロジェクトの Sharepoint サイトの新しいインスタンスの GUID を指定します。

関連項目

参照先

WssWorkspaceAddressUpdatingEventArgs クラス

WssWorkspaceAddressUpdatingEventArgs メンバー

WssWorkspaceAddressUpdatingEventArgs オーバーロード

Microsoft.Office.Project.Server.Events 名前空間