CustomFieldsCheckInPostEventArgs コンストラクター (Guid[], Boolean)
CustomFieldsCheckInPostEventArgsクラスのインスタンスが作成されます。内部的に使用されます。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Sub New ( _
customFields As Guid(), _
force As Boolean _
)
'使用
Dim customFields As Guid()
Dim force As Boolean
Dim instance As New CustomFieldsCheckInPostEventArgs(customFields, _
force)
public CustomFieldsCheckInPostEventArgs(
Guid[] customFields,
bool force
)
パラメーター
customFields
型: []チェックインされているユーザー設定フィールドを表す Guid のコレクション。
force
型: System.Booleanプロジェクトの所有者、管理者のユーザー設定フィールドのチェックインを強制するかどうかを示します。
関連項目
参照先
CustomFieldsCheckInPostEventArgs クラス
CustomFieldsCheckInPostEventArgs メンバー