IVCWizCtlUI.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:
bool IsWebTierProject(System::Object ^ pProject);
public:
bool IsWebTierProject(Platform::Object ^ pProject);
bool IsWebTierProject(winrt::Windows::Foundation::IInspectable const & pProject);
[System.Runtime.InteropServices.DispId(1610743871)]
public bool IsWebTierProject (object pProject);
[<System.Runtime.InteropServices.DispId(1610743871)>]
abstract member IsWebTierProject : obj -> bool
Public 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.
- Attributes