ModelObjectItemWizard.ShouldAddProjectItem Method (String)

 

Indicates whether the specified project item should be added to the project

Namespace:   Microsoft.Data.Entity.Design.VisualStudio.ModelWizard
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

public bool ShouldAddProjectItem(
	string filePath
)

Parameters

filePath
Type: System.String

The path of the project item.

Return Value

Type: System.Boolean

true if the item should be added; otherwise, false.