Regex.Caps 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
获取或设置将编号捕获组映射到其索引值的字典。
protected:
property System::Collections::IDictionary ^ Caps { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
[System.CLSCompliant(false)]
protected System.Collections.IDictionary? Caps { get; set; }
protected System.Collections.IDictionary Caps { get; set; }
[System.CLSCompliant(false)]
protected System.Collections.IDictionary Caps { get; set; }
[<System.CLSCompliant(false)>]
member this.Caps : System.Collections.IDictionary with get, set
member this.Caps : System.Collections.IDictionary with get, set
Protected Property Caps As IDictionary
属性值
将编号捕获组映射到其索引值的字典。
- 属性
例外
向设置操作中的 Caps 属性分配的值是 null
。
注解
请注意,此属性受保护;它只能从派生自 类的 Regex 类进行访问。
设置操作尝试将分配给 属性 Hashtable 的值转换为 对象;如果此转换失败,它将调用 Hashtable.Hashtable(IDictionary) 构造函数。