共用方式為


IInternalConfigHost.IsFile(String) 方法

定義

傳回值,指出 Stream 物件用於讀取組態檔的檔案路徑是否為有效路徑。

public:
 bool IsFile(System::String ^ streamName);
public bool IsFile (string streamName);
abstract member IsFile : string -> bool
Public Function IsFile (streamName As String) As Boolean

參數

streamName
String

字串,表示針對組態檔執行 I/O 工作的 Stream 物件名稱。

傳回

如果 Stream 物件用於讀取組態檔的路徑是有效路徑,則為 true,否則為 false

適用於