GroupDeletePreEventArgs コンストラクター (Guid[], String)
GroupDeletePreEventArgsクラスのインスタンスを作成します。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Sub New ( _
deletedItems As Guid(), _
deletionComments As String _
)
'使用
Dim deletedItems As Guid()
Dim deletionComments As String
Dim instance As New GroupDeletePreEventArgs(deletedItems, _
deletionComments)
public GroupDeletePreEventArgs(
Guid[] deletedItems,
string deletionComments
)
パラメーター
deletedItems
型: []削除するには、カテゴリ内の項目を表す Guid のコレクション。
deletionComments
型: System.Stringテキストを削除するには、カテゴリに関する情報を提供します。