IVirtualPathFactory.Exists(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的虛擬路徑是否會與處理常式 Factory 相關聯。
public bool Exists (string virtualPath);
abstract member Exists : string -> bool
Public Function Exists (virtualPath As String) As Boolean
參數
傳回
如果指定之虛擬路徑的處理常式處理站存在,則為 true;否則為 false。
適用於