PropertyExpressionCollection.Item[String] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与所提供的属性名称对应的属性表达式。
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
属性的名称,该属性指定要返回的表达式。
属性值
对应于所提供的属性名称的属性表达式。