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 是對應的性質。

適用於