ComponentDesigner.ShadowPropertyCollection.Item[String] 属性

定义

获取或设置指定索引处的对象。

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ propertyName); void set(System::String ^ propertyName, System::Object ^ value); };
public object this[string propertyName] { get; set; }
public object? this[string propertyName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(propertyName As String) As Object

参数

propertyName
String

要在集合中访问的属性的名称。

属性值

指定的属性值(如果该值存在于集合中)。 否则,将从非隐藏属性的当前值中检索该值。

注解

如果属性尚未隐藏,则此方法返回属性的当前值。 因此,必须通过调用 Contains来确定属性是否隐藏。

适用于