Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Public Overridable Function IsWebTierProject ( _
pProject As Object _
) As Boolean
public virtual bool IsWebTierProject(
Object pProject
)
public:
virtual bool IsWebTierProject(
[InAttribute] Object^ pProject
)
abstract IsWebTierProject :
pProject:Object -> bool
override IsWebTierProject :
pProject:Object -> bool
public 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.
Implements
IVCWizCtlUI.IsWebTierProject(Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.