共用方式為


IVCWizCtlUI.GetSubFolderByName 方法

取得用於部署 Web 服務的子資料夾。

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

'宣告
Function GetSubFolderByName ( _
    pDeployFolder As Object, _
    pbstrFolderName As String _
) As Object
Object GetSubFolderByName(
    Object pDeployFolder,
    string pbstrFolderName
)
Object^ GetSubFolderByName(
    [InAttribute] Object^ pDeployFolder, 
    [InAttribute] String^ pbstrFolderName
)
abstract GetSubFolderByName : 
        pDeployFolder:Object * 
        pbstrFolderName:string -> Object 
function GetSubFolderByName(
    pDeployFolder : Object, 
    pbstrFolderName : String
) : Object

參數

  • pDeployFolder
    型別:System.Object
    必要項。用於部署的上層資料夾。
  • pbstrFolderName
    型別:System.String
    必要項。子資料夾的名稱。

傳回值

型別:System.Object
IVsdWebTargerFolder。

.NET Framework 安全性

請參閱

參考

IVCWizCtlUI 介面

Microsoft.VisualStudio.VsWizard 命名空間