共用方式為


KeyAttributePair<T>.Key 屬性

取得目前 KeyAttributePair<T> 的索引鍵。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public ReadOnly Property Key As String
    Get
public string Key { get; }
public:
property String^ Key {
    String^ get ();
}
member Key : string
function get Key () : String

屬性值

型別:System.String
目前 KeyAttributePair<T> 的索引鍵。

.NET Framework 安全性

請參閱

參考

KeyAttributePair<T> 結構

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

屬性編輯架構

WPF 設計工具擴充性