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
参数
- filePath
类型:System.String
项目项的路径。
返回值
类型:System.Boolean
如果应将项目项添加到项目中,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。