SchemaCompareWizard.ShouldAddProjectItem-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean

Implementiert

IWizard.ShouldAddProjectItem(String)

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareWizard Klasse

Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal-Namespace