VCWizCtlClass.IsWebTierProject(Object) Yöntem

Tanım

Belirtilen projenin bir Web Kurulum projesininVisual Studio dağıtımı olup olmadığını denetler.

public:
 virtual bool IsWebTierProject(System::Object ^ pProject) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::IsWebTierProject;
public:
 virtual bool IsWebTierProject(Platform::Object ^ pProject) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::IsWebTierProject;
 virtual bool IsWebTierProject(winrt::Windows::Foundation::IInspectable const & pProject);
[System.Runtime.InteropServices.DispId(1610743871)]
public virtual bool IsWebTierProject (object pProject);
[<System.Runtime.InteropServices.DispId(1610743871)>]
abstract member IsWebTierProject : obj -> bool
override this.IsWebTierProject : obj -> bool
Public Overridable Function IsWebTierProject (pProject As Object) As Boolean

Parametreler

pProject
Object

Gereklidir. Proje nesnesine yönelik bir işaretçi.

Döndürülenler

Boolean

Proje bir Visual Studio Web Kurulum projesi ise true; Aksi halde yanlış.

Uygulamalar

Öznitelikler

Şunlara uygulanır