IVCWizCtlUI.GetSubFolderByName(Object, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un sous-dossier pour le déploiement de service Web.
public:
System::Object ^ GetSubFolderByName(System::Object ^ pDeployFolder, System::String ^ pbstrFolderName);
public:
Platform::Object ^ GetSubFolderByName(Platform::Object ^ pDeployFolder, Platform::String ^ pbstrFolderName);
winrt::Windows::Foundation::IInspectable GetSubFolderByName(winrt::Windows::Foundation::IInspectable const & pDeployFolder, std::wstring const & pbstrFolderName);
[System.Runtime.InteropServices.DispId(1610743842)]
public object GetSubFolderByName (object pDeployFolder, string pbstrFolderName);
[<System.Runtime.InteropServices.DispId(1610743842)>]
abstract member GetSubFolderByName : obj * string -> obj
Public Function GetSubFolderByName (pDeployFolder As Object, pbstrFolderName As String) As Object
Paramètres
- pDeployFolder
- Object
Obligatoire. Dossier parent pour le déploiement.
- pbstrFolderName
- String
Obligatoire. Nom du sous-dossier.
Retours
IVsdWebTargerFolder.
- Attributs