PropertyEntry 類別

定義

表示所選項目之屬性的資料,而且允許使用型別專用資料編輯此屬性。

public ref class PropertyEntry abstract : System::Activities::Presentation::PropertyEditing::IPropertyFilterTarget, System::ComponentModel::INotifyPropertyChanged
public abstract class PropertyEntry : System.Activities.Presentation.PropertyEditing.IPropertyFilterTarget, System.ComponentModel.INotifyPropertyChanged
type PropertyEntry = class
    interface INotifyPropertyChanged
    interface IPropertyFilterTarget
Public MustInherit Class PropertyEntry
Implements INotifyPropertyChanged, IPropertyFilterTarget
繼承
PropertyEntry
實作

建構函式

PropertyEntry()

建立 PropertyEntry 類別的新執行個體。

PropertyEntry(PropertyValue)

建立 PropertyEntry 類別新執行個體,此執行個體可當做指定之 PropertyValue 的子屬性使用。

屬性

CategoryName

取得此屬性所在之分類的名稱。

Description

取得封裝之屬性的描述。

DisplayName

取得 PropertyEntry 的顯示名稱。

HasStandardValues

取得值,這個值會指出一組標準值是否適用於此 PropertyEntry

IsAdvanced

取得值,這個值會指出 PropertyEntry 是否為自訂的。

IsReadOnly

取得值,這個值表示 PropertyEntry 是否為唯讀。

MatchesFilter

取得值,這個值會指出 IPropertyFilterTarget 是否符合篩選條件。 設定值,指出 IPropertyFilterTarget 符合篩選條件,而且會針對屬性變更引發事件處理常式方法。

ParentValue

取得類別中,衍生自主機基礎結構的父代 PropertyValue

PropertyName

取得屬性的名稱。

PropertyType

取得屬性的類型。

PropertyValue

取得此 PropertyValuePropertyEntry

PropertyValueEditor

取得用於編輯此 PropertyValueEditor 之值的 PropertyEntry

StandardValues

取得此 PropertyEntry 支援的一組可能值。

方法

ApplyFilter(PropertyFilter)

目標屬性值是否符合指定之 PropertyFilter 的存放區。

CreatePropertyValueInstance()

允許主機基礎結構建立新的主機專用 PropertyValue 執行個體。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MatchesPredicate(PropertyFilterPredicate)

IPropertyFilterTarget 方法的實作,這個方法會判斷是目標顯示名稱還是型別名稱與包含篩選條件名稱的指定之字串相符。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
OnFilterApplied(PropertyFilter)

引發 FilterApplied 事件。

OnPropertyChanged(PropertyChangedEventArgs)

引發 INotifyPropertyChanged PropertyChanged 事件。

OnPropertyChanged(String)

INotifyPropertyChanged 知道 PropertyContainerEditMode 已變更時,引發 PropertyValue 事件。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

事件

FilterApplied

IPropertyFilterTarget 事件的宣告,透過呼叫 PropertyFilter 方法變更 ApplyFilter(PropertyFilter) 時,會發生這個事件。

PropertyChanged

INotifyPropertyChanged 事件的宣告,屬性值變更時會發生這個事件。

適用於