RegexWorker.Item[String] 属性

定义

此类的访问器。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); };
public string this[string key] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(key As String) As String

参数

key
String

指定的键。

属性值

与指定的 key 相关联的内部值。

适用于