OperationParameterInfo クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
操作パラメーターに関する情報を格納しています。
public ref class OperationParameterInfo sealed : System::Workflow::ComponentModel::DependencyObject
[System.ComponentModel.Browsable(true)]
public sealed class OperationParameterInfo : System.Workflow.ComponentModel.DependencyObject
[System.ComponentModel.Browsable(true)]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class OperationParameterInfo : System.Workflow.ComponentModel.DependencyObject
[<System.ComponentModel.Browsable(true)>]
type OperationParameterInfo = class
inherit DependencyObject
[<System.ComponentModel.Browsable(true)>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type OperationParameterInfo = class
inherit DependencyObject
Public NotInheritable Class OperationParameterInfo
Inherits DependencyObject
- 継承
- 属性
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
コンストラクター
OperationParameterInfo() |
古い.
OperationParameterInfo クラスの新しいインスタンスを初期化します。 |
OperationParameterInfo(String) |
古い.
OperationParameterInfo クラスの新しいインスタンスを初期化します。 |
フィールド
AttributesProperty |
古い.
DependencyProperty プロパティをターゲットとする Attributes を表します。 |
NameProperty |
古い.
DependencyProperty プロパティをターゲットとする Name を表します。 |
ParameterTypeProperty |
古い.
DependencyProperty プロパティをターゲットとする ParameterType を表します。 |
PositionProperty |
古い.
DependencyProperty プロパティをターゲットとする Position を表します。 |
プロパティ
Attributes |
古い.
関連付けられた操作パラメーターの属性を取得または設定します。 |
DesignMode |
古い.
このインスタンスがデザイン モードとランタイム モードのどちらであるかを示す値を取得します。 (継承元 DependencyObject) |
IsIn |
古い.
関連付けられた操作パラメーターが入力パラメーターの場合は |
IsLcid |
古い.
関連付けられた操作パラメーターがロケール識別子の場合は |
IsOptional |
古い.
関連付けられた操作パラメーターが省略可能なパラメーターの場合は |
IsOut |
古い.
関連付けられた操作パラメーターが出力パラメーターの場合は |
IsRetval |
古い.
関連付けられた操作パラメーターが操作の戻り値の場合は |
Name |
古い.
関連付けられた操作のパラメーターの名前を取得または設定します。 |
ParameterType |
古い.
関連付けられた操作のパラメーターの型を取得または設定します。 |
ParentDependencyObject |
古い.
DependencyObject グラフにおける親 DependencyObject を取得します。 (継承元 DependencyObject) |
Position |
古い.
関連付けられている操作パラメーターのシグネチャ位置を取得または設定します。 |
Site |
古い.
Site の DependencyObject コンポーネントの参照を取得または設定します。 (継承元 DependencyObject) |
UserData |
古い.
このクラス インスタンスにカスタム データを関連付ける IDictionary を取得します。 (継承元 DependencyObject) |
メソッド
明示的なインターフェイスの実装
IComponent.Disposed |
古い.
コンポーネントの Disposed イベントを処理するメソッドを表します。 (継承元 DependencyObject) |
適用対象
.NET