HtmlTextWriter.GetAttributeName メソッド
アセンブリ: System.Web (system.web.dll 内)

Dim attrKey As HtmlTextWriterAttribute Dim returnValue As String returnValue = Me.GetAttributeName(attrKey)
戻り値
マークアップ属性の名前を格納している文字列。


GetAttributeName メソッドを使用して、Size 列挙値を文字列名に変換する方法を次のコード例に示します。
' Use the GetAttributeName method to associate ' the Size attribute with its HtmlTextWriteAttribute ' enumeration value in a Write method call. writer.Write(GetAttributeName(HtmlTextWriterAttribute.Size))
// Use the GetAttributeName method to associate // the Size attribute with its HtmlTextWriteAttribute // enumeration value in a Write method call. Write(GetAttributeName(HtmlTextWriterAttribute.Size));

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からHtmlTextWriter.GetAttributeName メソッドを検索する場合は、下記のリンクをクリックしてください。

- HtmlTextWriter.GetAttributeName メソッドのページへのリンク