次の方法で共有


GroupCreatePostEventArgs コンストラクター (Guid[])

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

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

構文

'宣言
Public Sub New ( _
    createdItems As Guid() _
)
'使用
Dim createdItems As Guid()

Dim instance As New GroupCreatePostEventArgs(createdItems)
public GroupCreatePostEventArgs(
    Guid[] createdItems
)

パラメーター

  • createdItems
    型: []

    共通分母がある項目の Guid のコレクション。

注釈

グループ化は、プロジェクト内の情報の表示を簡単に使用する手法です。

関連項目

参照先

GroupCreatePostEventArgs クラス

GroupCreatePostEventArgs メンバー

GroupCreatePostEventArgs オーバーロード

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