RegexWorker.Item[String] 属性

定义

此类的访问器。Accessor to this class.

此 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

指定的键。The specified key.

属性值

String

与指定的 key 相关联的内部值。The internal value associated with the specified key.

适用于