ChtmlTextWriter.RecognizedAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取可识别特性(可以在 cHTML 元素上呈现)的 Hashtable 对象。
protected:
property System::Collections::Hashtable ^ RecognizedAttributes { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable RecognizedAttributes { get; }
member this.RecognizedAttributes : System.Collections.Hashtable
Protected ReadOnly Property RecognizedAttributes As Hashtable
属性值
可识别 cHTML 特性的 Hashtable。
注解
AddRecognizedAttribute使用该方法将识别的属性添加到已识别的属性集合。