Share via


NewSchemaCompareWizard.ShouldAddProjectItem Method

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

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

Syntax

'Declaration
Public Function ShouldAddProjectItem ( _
    filePath As String _
) As Boolean
'Usage
Dim instance As NewSchemaCompareWizard
Dim filePath As String
Dim returnValue As Boolean

returnValue = instance.ShouldAddProjectItem(filePath)
public bool ShouldAddProjectItem(
    string filePath
)
public:
virtual bool ShouldAddProjectItem(
    String^ filePath
) sealed
public final function ShouldAddProjectItem(
    filePath : String
) : boolean
abstract ShouldAddProjectItem : 
        filePath:string -> bool 
override ShouldAddProjectItem : 
        filePath:string -> bool 

Parameters

Return Value

Type: System.Boolean
Returns true.

Implements

IWizard.ShouldAddProjectItem(String)

.NET Framework Security

See Also

Reference

NewSchemaCompareWizard Class

NewSchemaCompareWizard Members

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