WssWorkspaceCreatingEventArgs コンストラクター (Guid, Guid, String, Int32, String)
WssWorkspaceCreatingEventArgsクラスのインスタンスを作成します。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Sub New ( _
projectUid As Guid, _
wssServerUid As Guid, _
wssWebAbsoluteUrl As String, _
webTemplateLcid As Integer, _
webTemplateName As String _
)
'使用
Dim projectUid As Guid
Dim wssServerUid As Guid
Dim wssWebAbsoluteUrl As String
Dim webTemplateLcid As Integer
Dim webTemplateName As String
Dim instance As New WssWorkspaceCreatingEventArgs(projectUid, _
wssServerUid, wssWebAbsoluteUrl, _
webTemplateLcid, webTemplateName)
public WssWorkspaceCreatingEventArgs(
Guid projectUid,
Guid wssServerUid,
string wssWebAbsoluteUrl,
int webTemplateLcid,
string webTemplateName
)
パラメーター
projectUid
型: System.Guidプロジェクトの GUID。
wssServerUid
型: System.GuidSharepoint Server または SharePoint Foundation を実行するサーバーの GUID を指定します。
wssWebAbsoluteUrl
型: System.Stringプロジェクトの Sharepoint サイトの絶対 URL。
webTemplateLcid
型: System.Int32プロジェクトの Sharepoint サイトのロケール識別子。
webTemplateName
型: System.Stringプロジェクトの Sharepoint サイトの名前を指定します。
関連項目
参照先
WssWorkspaceCreatingEventArgs クラス
WssWorkspaceCreatingEventArgs メンバー