VCWizCtlClass.GetSubFolderByName(Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a sub folder for web service deployment.
public:
virtual System::Object ^ GetSubFolderByName(System::Object ^ pDeployFolder, System::String ^ pbstrFolderName) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetSubFolderByName;
public:
virtual Platform::Object ^ GetSubFolderByName(Platform::Object ^ pDeployFolder, Platform::String ^ pbstrFolderName) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetSubFolderByName;
virtual winrt::Windows::Foundation::IInspectable GetSubFolderByName(winrt::Windows::Foundation::IInspectable const & pDeployFolder, std::wstring const & pbstrFolderName);
[System.Runtime.InteropServices.DispId(1610743842)]
public virtual object GetSubFolderByName (object pDeployFolder, string pbstrFolderName);
[<System.Runtime.InteropServices.DispId(1610743842)>]
abstract member GetSubFolderByName : obj * string -> obj
override this.GetSubFolderByName : obj * string -> obj
Public Overridable Function GetSubFolderByName (pDeployFolder As Object, pbstrFolderName As String) As Object
Parameters
- pDeployFolder
- Object
Required. Parent folder for deployment.
- pbstrFolderName
- String
Required. Name of sub folder.
Returns
An IVsdWebTargerFolder.
Implements
- Attributes