共用方式為


VSWebSite.GetUniqueFilename 方法

使用指定的根目錄名稱和副檔名,傳回在指定之資料夾內唯一的檔案名稱。

命名空間:  VsWebSite
組件:  VsWebSite.Interop (在 VsWebSite.Interop.dll 中)

語法

'宣告
Function GetUniqueFilename ( _
    bstrFolder As String, _
    bstrRoot As String, _
    bstrDesiredExt As String _
) As String
string GetUniqueFilename(
    string bstrFolder,
    string bstrRoot,
    string bstrDesiredExt
)
String^ GetUniqueFilename(
    [InAttribute] String^ bstrFolder, 
    [InAttribute] String^ bstrRoot, 
    [InAttribute] String^ bstrDesiredExt
)
abstract GetUniqueFilename : 
        bstrFolder:string * 
        bstrRoot:string * 
        bstrDesiredExt:string -> string 
function GetUniqueFilename(
    bstrFolder : String, 
    bstrRoot : String, 
    bstrDesiredExt : String
) : String

參數

  • bstrFolder
    型別:System.String
    資料夾的相對路徑,而且此資料夾中的檔案名稱必須是唯一的。您可以使用 "/" 做為路徑分隔符號,但不要以 "/" 字元當做資料夾名稱的開頭或結尾。
  • bstrRoot
    型別:System.String
    檔案的主檔名 (Base Name),例如 "default" 或 "HomePage"。
  • bstrDesiredExt
    型別:System.String
    檔案的副檔名 (包括點),例如 ".aspx" 或 ".xml"。

傳回值

型別:System.String
含副檔名的檔案名稱,而且此名稱在指定的資料夾內是唯一的。

.NET Framework 安全性

請參閱

參考

VSWebSite 介面

VsWebSite 命名空間

EnvDTE

其他資源

參考 Automation 組件和 DTE2 物件