Sdílet prostřednictvím


NewPlanWizard.ShouldAddProjectItem – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Function ShouldAddProjectItem ( _
    filePath As String _
) As Boolean
public bool ShouldAddProjectItem(
    string filePath
)
public:
virtual bool ShouldAddProjectItem(
    String^ filePath
) sealed
abstract ShouldAddProjectItem : 
        filePath:string -> bool 
override ShouldAddProjectItem : 
        filePath:string -> bool 
public final function ShouldAddProjectItem(
    filePath : String
) : boolean

Parametry

Vrácená hodnota

Typ: System.Boolean

Implementuje

IWizard.ShouldAddProjectItem(String)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

NewPlanWizard Třída

Microsoft.VisualStudio.Data.Schema.Package.Internal – obor názvů