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.StringOnSent事件處理常式的通知資料。
subjLine
類型:System.StringOnSent事件處理常式的主旨。
請參閱
參照
NotificationsPostSendEventArgs 類別
NotificationsPostSendEventArgs 成員