次の方法で共有


PhysicalFileInfo.Exists プロパティ

定義

リソースが基になるシステムに存在するかどうかを調べます。

public:
 property bool Exists { bool get(); };
public bool Exists { get; }
member this.Exists : bool
Public ReadOnly Property Exists As Boolean

プロパティ値

true リソースが基になるストレージ システムに存在する場合は 。 false それ以外の場合は 。

実装

適用対象