BestFitMappingAttribute コンストラクタ
メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。
BestFitMapping プロパティの値を設定して、 BestFitMappingAttribute クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal BestFitMapping As Boolean _)
[C#]
public BestFitMappingAttribute(
boolBestFitMapping);
[C++]
public: BestFitMappingAttribute(
boolBestFitMapping);
[JScript]
public function BestFitMappingAttribute(
BestFitMapping : Boolean);
パラメータ
- BestFitMapping
最適マッピングが有効なことを示す場合は true 。それ以外の場合は false 。既定値は true です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
BestFitMappingAttribute クラス | BestFitMappingAttribute メンバ | System.Runtime.InteropServices 名前空間