VCWizCtlClass.GetDefaultWebTargetFolder(Object) 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.
Returns the default target folder for the Web project.
public:
virtual System::Object ^ GetDefaultWebTargetFolder(System::Object ^ pDeployable) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetDefaultWebTargetFolder;
public:
virtual Platform::Object ^ GetDefaultWebTargetFolder(Platform::Object ^ pDeployable) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetDefaultWebTargetFolder;
virtual winrt::Windows::Foundation::IInspectable GetDefaultWebTargetFolder(winrt::Windows::Foundation::IInspectable const & pDeployable);
[System.Runtime.InteropServices.DispId(1610743851)]
public virtual object GetDefaultWebTargetFolder (object pDeployable);
[<System.Runtime.InteropServices.DispId(1610743851)>]
abstract member GetDefaultWebTargetFolder : obj -> obj
override this.GetDefaultWebTargetFolder : obj -> obj
Public Overridable Function GetDefaultWebTargetFolder (pDeployable As Object) As Object
Parameters
- pDeployable
- Object
Required. A pointer to the deployable project.
Returns
The default Web project folder.
Implements
- Attributes