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