IVCWizCtlUI.IsWebTierProject Method

Checks if the specified project is a Visual Studio Deployment of a Web Setup Project.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Function IsWebTierProject ( _
    pProject As Object _
) As Boolean
'Usage
Dim instance As IVCWizCtlUI 
Dim pProject As Object 
Dim returnValue As Boolean 

returnValue = instance.IsWebTierProject(pProject)
bool IsWebTierProject(
    Object pProject
)
bool IsWebTierProject(
    [InAttribute] Object^ pProject
)
function IsWebTierProject(
    pProject : Object
) : boolean

Parameters

  • pProject
    Type: System.Object

    Required. A pointer to the project object.

Return Value

Type: System.Boolean
True if the project is a Visual Studio Web Setup Project; otherwise false.

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace