共用方式為


ChtmlTextWriter.RecognizedAttributes 屬性

定義

取得可呈現在 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使用 方法,將辨識的屬性新增至已辨識的屬性集合。

適用於

另請參閱