EnumerationOptions.IgnoreInaccessible プロパティ

定義

アクセスが拒否されたときにファイルまたはディレクトリをスキップするかどうかを示す値を取得または設定します ( UnauthorizedAccessExceptionSecurityExceptionなど)。

public:
 property bool IgnoreInaccessible { bool get(); void set(bool value); };
public bool IgnoreInaccessible { get; set; }
member this.IgnoreInaccessible : bool with get, set
Public Property IgnoreInaccessible As Boolean

プロパティ値

true innacessible ファイルまたはディレクトリをスキップする場合。それ以外の場合は false。 既定値は true です。

適用対象