NotificationsPreSendEventArgs 建構函式 (String, String)
建立類別的執行個體NotificationsPreSendEventArgs ;在內部使用。
命名空間: 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 NotificationsPreSendEventArgs(xmlBody, _
subjLine)
public NotificationsPreSendEventArgs(
string xmlBody,
string subjLine
)
參數
xmlBody
類型:System.StringOnSending事件處理常式的通知資料。
subjLine
類型:System.StringOnSending事件處理常式的主旨。
請參閱
參照
NotificationsPreSendEventArgs 類別
NotificationsPreSendEventArgs 成員