次の方法で共有


ReportingPostTimesheetClassChangedEventArgs コンストラクター (Guid, TimesheetEnum.LineClassType, String, String)

ReportingPostTimesheetClassChangedEventArgsクラスのインスタンスが作成されます。内部的に使用されます。

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

構文

'宣言
Public Sub New ( _
    classGuid As Guid, _
    classType As TimesheetEnum.LineClassType, _
    className As String, _
    classDescription As String _
)
'使用
Dim classGuid As Guid
Dim classType As TimesheetEnum.LineClassType
Dim className As String
Dim classDescription As String

Dim instance As New ReportingPostTimesheetClassChangedEventArgs(classGuid, _
    classType, className, classDescription)
public ReportingPostTimesheetClassChangedEventArgs(
    Guid classGuid,
    TimesheetEnum.LineClassType classType,
    string className,
    string classDescription
)

パラメーター

  • classGuid
    型: System.Guid

    変更するタイムシート行のクラスの GUID を指定します。

  • className
    型: System.String

    変更するタイムシート行のクラスの名前。

  • classDescription
    型: System.String

    変更するタイムシート行のクラスの説明。

関連項目

参照先

ReportingPostTimesheetClassChangedEventArgs クラス

ReportingPostTimesheetClassChangedEventArgs メンバー

ReportingPostTimesheetClassChangedEventArgs オーバーロード

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