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 成员