次の方法で共有


NotificationsPostSendEventArgs コンストラクター (String, String)

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

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

構文

'宣言
Public Sub New ( _
    xmlBody As String, _
    subjLine As String _
)
'使用
Dim xmlBody As String
Dim subjLine As String

Dim instance As New NotificationsPostSendEventArgs(xmlBody, _
    subjLine)
public NotificationsPostSendEventArgs(
    string xmlBody,
    string subjLine
)

パラメーター

  • xmlBody
    型: System.String

    OnSentイベント ハンドラーのデータを通知します。

  • subjLine
    型: System.String

    OnSentイベント ハンドラーの件名を指定します。

関連項目

参照先

NotificationsPostSendEventArgs クラス

NotificationsPostSendEventArgs メンバー

NotificationsPostSendEventArgs オーバーロード

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