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 クラス