ItemPropertyWizard.IWizard.ShouldAddProjectItem Method

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Private Function ShouldAddProjectItem ( _
    filePath As String _
) As Boolean Implements IWizard.ShouldAddProjectItem
'Usage
Dim instance As ItemPropertyWizard
Dim filePath As String
Dim returnValue As Boolean

returnValue = CType(instance, IWizard).ShouldAddProjectItem(filePath)
bool IWizard.ShouldAddProjectItem(
    string filePath
)
private:
virtual bool ShouldAddProjectItem(
    String^ filePath
) sealed = IWizard::ShouldAddProjectItem
JScript does not support explicit interface implementations.
private abstract ShouldAddProjectItem : 
        filePath:string -> bool 
private override ShouldAddProjectItem : 
        filePath:string -> bool 

Parameters

Return Value

Type: System.Boolean

Implements

IWizard.ShouldAddProjectItem(String)

.NET Framework Security

See Also

Reference

ItemPropertyWizard Class

ItemPropertyWizard Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace