UnmanagedFunctionPointerAttribute.BestFitMapping 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 Unicode 字元轉換成 ANSI 字元時,啟用或停用最適合對應行為。
public: bool BestFitMapping;
public bool BestFitMapping;
val mutable BestFitMapping : bool
Public BestFitMapping As Boolean
欄位值
備註
欄位 BestFitMapping 預設為 true
,這表示已啟用最適合的對應行為。 如果欄位為 false
,則會停用最適合的對應。 此欄位的設定會覆寫屬性的任何層級設定 BestFitMappingAttribute 。
如需詳細資訊,請參閱BestFitMapping。