共用方式為


CategoryEditor.ConsumesProperty(PropertyEntry) 方法

定義

判斷由 CategoryEditor 編輯的屬性。

public:
 abstract bool ConsumesProperty(System::Activities::Presentation::PropertyEditing::PropertyEntry ^ propertyEntry);
public abstract bool ConsumesProperty (System.Activities.Presentation.PropertyEditing.PropertyEntry propertyEntry);
abstract member ConsumesProperty : System.Activities.Presentation.PropertyEditing.PropertyEntry -> bool
Public MustOverride Function ConsumesProperty (propertyEntry As PropertyEntry) As Boolean

參數

propertyEntry
PropertyEntry

所檢查的 PropertyEntry 執行個體,用以判斷此執行個體是否包含在 CategoryEditor 編輯的這些屬性中。

傳回

Boolean

如果此編輯器編輯指定的屬性,則為 true,否則為 false

適用於