ItemPropertyWizard.IWizard.ShouldAddProjectItem Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.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
JScript does not support explicit interface implementations.
private abstract ShouldAddProjectItem :
filePath:string -> bool
private override ShouldAddProjectItem :
filePath:string -> bool
Parameters
- filePath
Type: System.String
Return Value
Type: System.Boolean
Implements
IWizard.ShouldAddProjectItem(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace