EventHandlerCreationInformation.Order 属性

获取或设置位置的事件处理程序的顺序,由事件触发的事件处理程序的列表中。

命名空间:  Microsoft.ProjectServer.Client
程序集:  Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)

语法

声明
<RemoteAttribute> _
Public Property Order As Integer
    Get
    Set
用法
Dim instance As EventHandlerCreationInformation
Dim value As Integer

value = instance.Order

instance.Order = value
[RemoteAttribute]
public int Order { get; set; }

属性值

类型:System.Int32
一个数字,引用的顺序放置。

另请参阅

引用

EventHandlerCreationInformation 类

EventHandlerCreationInformation 成员

Microsoft.ProjectServer.Client 命名空间