SendActivityEventArgs クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

BeforeSend イベントと AfterResponse イベントの情報を提供します。

public ref class SendActivityEventArgs sealed : EventArgs
public sealed class SendActivityEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class SendActivityEventArgs : EventArgs
type SendActivityEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type SendActivityEventArgs = class
    inherit EventArgs
Public NotInheritable Class SendActivityEventArgs
Inherits EventArgs
継承
SendActivityEventArgs
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

コンストラクター

SendActivityEventArgs(SendActivity)
古い.

SendActivityEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

SendActivity
古い.

この SendActivity に関連付けられたイベントをスローする SendActivityEventArgs を取得します。

メソッド

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象