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 

欄位值

備註

這個值對應到 XAML 中的 x:Class 屬性。 如需詳細資訊,請參閱 使用工作流程標記

這個屬性只在設計階段使用。 編譯後,它就會變成編譯型別的名稱。

您可藉由剖析對應的相依性屬性來間接存取每一個公用屬性及這個型別的事件。 這個相依性屬性是名為 XPropertyXEvent 的公用靜態欄位,其中 X 是對應的屬性。

適用於