VCWizCtlClass.IsWebTierProject(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.
Checks if the specified project is a Visual Studio Deployment of a Web Setup Project.
public:
virtual bool IsWebTierProject(System::Object ^ pProject) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::IsWebTierProject;
public:
virtual bool IsWebTierProject(Platform::Object ^ pProject) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::IsWebTierProject;
virtual bool IsWebTierProject(winrt::Windows::Foundation::IInspectable const & pProject);
[System.Runtime.InteropServices.DispId(1610743871)]
public virtual bool IsWebTierProject (object pProject);
[<System.Runtime.InteropServices.DispId(1610743871)>]
abstract member IsWebTierProject : obj -> bool
override this.IsWebTierProject : obj -> bool
Public Overridable Function IsWebTierProject (pProject As Object) As Boolean
Parameters
- pProject
- Object
Required. A pointer to the project object.
Returns
True if the project is a Visual Studio Web Setup Project; otherwise false.
Implements
- Attributes