Options.IgnoreInternetAndFileAddresses プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
True の場合 場合は、ファイル名拡張子、MS-DOS のパス、電子メール アドレス、サーバー名と共有名 (UNC パス)、およびインターネット アドレス (Url) はスペル チェック中に無視されます。
public:
property bool IgnoreInternetAndFileAddresses { bool get(); void set(bool value); };
public bool IgnoreInternetAndFileAddresses { get; set; }
member this.IgnoreInternetAndFileAddresses : bool with get, set
Public Property IgnoreInternetAndFileAddresses As Boolean