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