PropertyDescriptorCollection.Find 方法

.NET Framework 2.0

返回具有指定名称的 PropertyDescriptor,使用布尔值指示是否忽略大小写。

命名空间:System.ComponentModel
程序集:System(在 system.dll 中)

public virtual PropertyDescriptor Find (
	string name,
	bool ignoreCase
)
J#
public PropertyDescriptor Find (
	String name, 
	boolean ignoreCase
)
public function Find (
	name : String, 
	ignoreCase : boolean
) : PropertyDescriptor

参数
name

要从集合中返回的 PropertyDescriptor 的名称。

ignoreCase

如果要忽略属性名称的大小写,则为 true;否则为 false

返回值
具有指定名称的  PropertyDescriptor,或者如果该属性不存在,则为 空引用(在 Visual Basic 中为 Nothing)。

下面的代码示例查找特定的 PropertyDescriptor。它在文本框中输出此 PropertyDescriptor 的组件类型。它要求已在窗体上实例化 button1 和 textBox1

private void FindProperty() {
   // Creates a new collection and assign it the properties for button1.
   PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(button1);

   // Sets a PropertyDescriptor to the specific property.
   PropertyDescriptor myProperty = properties.Find("Opacity", false);

   // Prints the property and the property description.
   textBox1.Text = myProperty.DisplayName + '\n' + myProperty.Description;
}


J#
private void FindProperty()
{
    // Creates a new collection and assign it the properties for button1.
    PropertyDescriptorCollection properties = 
        TypeDescriptor.GetProperties(button1);

    // Sets a PropertyDescriptor to the specific property.
    PropertyDescriptor myProperty = properties.Find("Opacity", false);

    // Prints the property and the property description.
    textBox1.set_Text(myProperty.get_DisplayName() + '\n' 
        + myProperty.get_Description());
} //FindProperty

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

.NET Framework
受以下版本支持:2.0、1.1、1.0
.NET Compact Framework
受以下版本支持:2.0、1.0

参考
PropertyDescriptorCollection 类
PropertyDescriptorCollection 成员
System.ComponentModel 命名空间
PropertyDescriptor 类

TypeDescriptor


原文地址:https://msdn.microsoft.com/zh-cn/library/system.componentmodel.propertydescriptorcollection.find(v=vs.80).aspx

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值