WorkflowMarkupSerializer.XClassProperty 字段

定义

表示一个附加 DependencyProperty 值,用于定义将在编译期间创建的类型名称。

public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ XClassProperty;
public static readonly System.Workflow.ComponentModel.DependencyProperty XClassProperty;
 staticval mutable XClassProperty : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly XClassProperty As DependencyProperty 

字段值

注解

此值对应于 x:Class XAML 中的属性。 有关详细信息,请参阅 “使用工作流标记”。

此属性仅在设计时使用。 编译后,它将成为已编译类型的名称。

通过相应依赖属性的解析,间接访问此类型的每个公共属性和事件。 此依赖属性是名为 XPropertyXEvent 的公共静态字段,其中 X 是相应的属性。

适用于