WorkflowParameterBinding 类
定义
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
表示命名参数绑定的通用类。A general-purpose class that represents a binding to a named parameter. 此类不能被继承。This class cannot be inherited.
public ref class WorkflowParameterBinding sealed : System::Workflow::ComponentModel::DependencyObject
[System.ComponentModel.Browsable(true)]
public sealed class WorkflowParameterBinding : 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 WorkflowParameterBinding : System.Workflow.ComponentModel.DependencyObject
[<System.ComponentModel.Browsable(true)>]
type WorkflowParameterBinding = 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 WorkflowParameterBinding = class
inherit DependencyObject
Public NotInheritable Class WorkflowParameterBinding
Inherits DependencyObject
- 继承
- 属性
注解
备注
本材料讨论的类型和命名空间已废弃不用。This material discusses types and namespaces that are obsolete. 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
绑定指向 in 参数的源或 out 参数的目标。The binding is to the source of an in parameter, or the target of an out parameter.
构造函数
| WorkflowParameterBinding() |
初始化 WorkflowParameterBinding 类的新实例。Initializes a new instance of the WorkflowParameterBinding class. |
| WorkflowParameterBinding(String) |
初始化 WorkflowParameterBinding 类的新实例。Initializes a new instance of the WorkflowParameterBinding class. |
字段
| ParameterNameProperty |
针对 ParameterName 的依赖属性。The dependency property which targets ParameterName. |
| ValueProperty |
属性
| DesignMode |
获取一个值,该值指示此实例是处于设计模式还是运行时模式。Gets the value that indicates whether this instance is in design or run-time mode. (继承自 DependencyObject) |
| ParameterName |
获取或设置 ParameterName 属性。Gets or sets the ParameterName property. 表示正在绑定的参数的名称。Represents the name of the parameter being bound. |
| ParentDependencyObject |
获取 DependencyObject 图中的父 DependencyObject。Gets the parent DependencyObject in the DependencyObject graph. (继承自 DependencyObject) |
| Site |
获取或设置对 Site 的 DependencyObject 组件的引用。Gets or sets a reference to the Site component of the DependencyObject. (继承自 DependencyObject) |
| UserData |
获取一个 IDictionary,它将自定义数据与此类实例关联。Gets an IDictionary that associates custom data with this class instance. (继承自 DependencyObject) |
| Value |
获取或设置分配给对应参数的值。Gets or sets the value assigned to the corresponding parameter. |
方法
显式接口实现
| IComponent.Disposed |
表示处理组件的“Disposed”事件的方法。Represents the method that handles the Disposed event of a component. (继承自 DependencyObject) |