RuntimeDelegateArgument コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された名前、データ型、引数の方向、および DelegateArgument を使用して、RuntimeDelegateArgument クラスの新しいインスタンスを初期化します。
public:
RuntimeDelegateArgument(System::String ^ name, Type ^ type, System::Activities::ArgumentDirection direction, System::Activities::DelegateArgument ^ boundArgument);
public RuntimeDelegateArgument (string name, Type type, System.Activities.ArgumentDirection direction, System.Activities.DelegateArgument boundArgument);
new System.Activities.RuntimeDelegateArgument : string * Type * System.Activities.ArgumentDirection * System.Activities.DelegateArgument -> System.Activities.RuntimeDelegateArgument
Public Sub New (name As String, type As Type, direction As ArgumentDirection, boundArgument As DelegateArgument)
パラメーター
- name
- String
- type
- Type
RuntimeDelegateArgument のデータ型。
- direction
- ArgumentDirection
引数を通じてデータ フローの方向を指定する列挙値の 1 つ。
- boundArgument
- DelegateArgument
この RuntimeDelegateArgument によって表されるデリゲート引数。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET