次の方法で共有


FontUnitConverter クラス

FontUnit を文字列に変換します。文字列から FontUnit への変換も行います。

名前空間: System.Web.UI.WebControls
アセンブリ: System.Web (system.web.dll 内)

構文

'宣言
Public Class FontUnitConverter
    Inherits TypeConverter
'使用
Dim instance As FontUnitConverter
public class FontUnitConverter : TypeConverter
public ref class FontUnitConverter : public TypeConverter
public class FontUnitConverter extends TypeConverter
public class FontUnitConverter extends TypeConverter
適用できません。

解説

FontUnitConverter クラスは、データから FontUnit および文字列型への変換、およびその逆の変換を行う場合に使用します。

注意に関するメモ注意 :

型コンバータには直接アクセスしないでください。代わりに、System.ComponentModel.TypeDescriptor を使用して、該当するコンバータを呼び出します。詳細については、System.ComponentModel.TypeConverter 基本クラスのトピックの例を参照してください。

.NET Framework のセキュリティ

  • AspNetHostingPermission  (ホスト環境での動作に必要なアクセス許可)要求値 : LinkDemand。アクセス許可値 : Minimal
  • AspNetHostingPermission  (ホスト環境での動作に必要なアクセス許可)要求値 : InheritanceDemand。アクセス許可値 : Minimal

継承階層

System.Object
   System.ComponentModel.TypeConverter
    System.Web.UI.WebControls.FontUnitConverter

スレッド セーフ

この型の public static (Visual Basicでは共有) メンバはすべて,スレッド セーフです。インスタンス メンバの場合は,スレッド セーフであるとは限りません。

プラットフォーム

Windows 98,Windows Server 2000 SP4,Windows CE,Windows Millennium Edition,Windows Mobile for Pocket PC,Windows Mobile for Smartphone,Windows Server 2003,Windows XP Media Center Edition,Windows XP Professional x64 Edition,Windows XP SP2,Windows XP Starter Edition

Microsoft .NET Framework 3.0 は Windows Vista,Microsoft Windows XP SP2,および Windows Server 2003 SP1 でサポートされています。

バージョン情報

.NET Framework

サポート対象 : 3.0,2.0,1.1,1.0

参照

関連項目

FontUnitConverter メンバ
System.Web.UI.WebControls 名前空間
Unit
System.ComponentModel.TypeDescriptor
System.ComponentModel.TypeConverter

その他の技術情報

カスケード スタイル シートの概要