CategoryEntry.Item 属性

在派生类中重写时,获取指定的属性。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public MustOverride ReadOnly Default Property Item ( _
    propertyName As String _
) As PropertyEntry
    Get
public abstract PropertyEntry this[
    string propertyName
] { get; }
public:
virtual property PropertyEntry^ default[String^ propertyName] {
    PropertyEntry^ get (String^ propertyName) abstract;
}
abstract Item : PropertyEntry
JScript 不支持索引属性。

参数

  • propertyName
    类型:System.String
    要返回的属性的名称。

属性值

类型:Microsoft.Windows.Design.PropertyEditing.PropertyEntry
由 propertyName 指定的属性。

备注

此属性作为 Properties 属性的索引器。

.NET Framework 安全性

请参见

参考

CategoryEntry 类

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构

索引器(C# 编程指南)