. Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
private abstract ShouldAddProjectItem : 
        filePath:string -> bool 
private override ShouldAddProjectItem : 
        filePath:string -> bool 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System..::..Boolean

Implements

IWizardShouldAddProjectItem(String)

See Also

Reference

ItemPropertyWizard Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace