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