DllImportData.BestFitMapping 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 Unicode 字元轉換成 ANSI 字元時,啟用或停用最適合對應行為。 如果未指定 , (應該使用包含類型或元件的設定, BestFitMappingAttribute) 。
public:
property Nullable<bool> BestFitMapping { Nullable<bool> get(); };
public bool? BestFitMapping { get; }
member this.BestFitMapping : Nullable<bool>
Public ReadOnly Property BestFitMapping As Nullable(Of Boolean)