DependencyPropertyDescriptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 PropertyDescriptor 的延伸,可說明相依性屬性的其他屬性特性。
public ref class DependencyPropertyDescriptor sealed : System::ComponentModel::PropertyDescriptor
public sealed class DependencyPropertyDescriptor : System.ComponentModel.PropertyDescriptor
type DependencyPropertyDescriptor = class
inherit PropertyDescriptor
Public NotInheritable Class DependencyPropertyDescriptor
Inherits PropertyDescriptor
- 繼承
備註
這個類別主要供設計工具應用程式使用。 這些應用程式可能需要透過屬性視窗或其他用於編輯屬性值的工具來報告相依性屬性特性。
若要檢查特定屬性,以判斷是否有 DependencyPropertyDescriptor 可用來做為 PropertyDescriptor、呼叫 DependencyPropertyDescriptor.FromProperty(PropertyDescriptor)或 DependencyPropertyDescriptor.FromName。 如果任一種方法傳回 null
,則 屬性不是相依性屬性。 如果方法傳回有效的 DependencyPropertyDescriptor ,則 屬性是相依性屬性。