PropertyExpressionCollection.Item[String] 属性

定义

返回与所提供的属性名称对应的属性表达式。

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

参数

propertyName
String

属性的名称,该属性指定要返回的表达式。

属性值

String

对应于所提供的属性名称的属性表达式。

适用于