OperationParameterInfo 类
定义
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
包含有关操作参数的信息。Contains information about an operation parameter.
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
- 继承
- 属性
注解
备注
本材料讨论的类型和命名空间已废弃不用。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.
构造函数
| OperationParameterInfo() |
初始化 OperationParameterInfo 类的新实例。Initializes a new instance of the OperationParameterInfo class. |
| OperationParameterInfo(String) |
初始化 OperationParameterInfo 类的新实例。Initializes a new instance of the OperationParameterInfo class. |
字段
| AttributesProperty |
表示针对 DependencyProperty 属性的 Attributes。Represents the DependencyProperty that targets the Attributes property. |
| NameProperty |
表示针对 DependencyProperty 属性的 Name。Represents the DependencyProperty that targets the Name property. |
| ParameterTypeProperty |
表示针对 DependencyProperty 属性的 ParameterType。Represents the DependencyProperty that targets the ParameterType property. |
| PositionProperty |
表示针对 DependencyProperty 属性的 Position。Represents the DependencyProperty that targets the Position property. |
属性
| Attributes |
获取或设置关联操作参数的属性。Gets or sets the attributes of the associated operation parameter. |
| DesignMode |
获取一个值,该值指示此实例是处于设计模式还是运行时模式。Gets the value that indicates whether this instance is in design or run-time mode. (继承自 DependencyObject) |
| IsIn |
如果关联的操作参数是 In 参数,则为 |
| IsLcid |
如果关联的操作参数是区域设置标识符,则为 |
| IsOptional |
如果关联的操作参数是可选参数,则为 |
| IsOut |
如果关联的操作参数是 Out 参数,则为 |
| IsRetval |
如果关联的操作参数是操作的返回值,则为 |
| Name |
获取或设置关联操作参数的名称。Gets or sets the name of the associated operation parameter. |
| ParameterType |
获取或设置关联操作参数的类型。Gets or sets the type of the associated operation parameter. |
| ParentDependencyObject |
获取 DependencyObject 图中的父 DependencyObject。Gets the parent DependencyObject in the DependencyObject graph. (继承自 DependencyObject) |
| Position |
获取或设置关联操作参数的签名位置。Gets or sets the signature position of the associated operation parameter. |
| 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) |
方法
显式接口实现
| IComponent.Disposed |
表示处理组件的“Disposed”事件的方法。Represents the method that handles the Disposed event of a component. (继承自 DependencyObject) |