IVCWizCtlUI.IsWebTierProject(Object) Method

Definition

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

Applies to