次の方法で共有


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 メンバー

CustomFieldsCheckInPostEventArgs オーバーロード

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