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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。