VCWizCtlClass::IsWebTierProject Method (Object^)

 

Checks if the specified project is a Visual Studio .729e67d7-e91b-49e0-b1c1-186642ab6507

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

public:
virtual bool IsWebTierProject(
	Object^ pProject
)

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.

Return to top
Show: