IWizard.ShouldAddProjectItem 方法

指示是否应将指定的项目项添加到项目中。

命名空间:  Microsoft.VisualStudio.TemplateWizard
程序集:  Microsoft.VisualStudio.TemplateWizardInterface(在 Microsoft.VisualStudio.TemplateWizardInterface.dll 中)

语法

声明
Function ShouldAddProjectItem ( _
    filePath As String _
) As Boolean
bool ShouldAddProjectItem(
    string filePath
)
bool ShouldAddProjectItem(
    String^ filePath
)
abstract ShouldAddProjectItem : 
        filePath:string -> bool 
function ShouldAddProjectItem(
    filePath : String
) : boolean

参数

返回值

类型:System.Boolean
如果应将项目项添加到项目中,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

IWizard 接口

Microsoft.VisualStudio.TemplateWizard 命名空间