Compartir a través de


IWizard.ShouldAddProjectItem(String) Método

Definición

Se llama a para consultar si se debe agregar un elemento de proyecto a un proyecto.

public:
 bool ShouldAddProjectItem(System::String ^ filePath);
public:
 bool ShouldAddProjectItem(Platform::String ^ filePath);
bool ShouldAddProjectItem(std::wstring const & filePath);
public bool ShouldAddProjectItem (string filePath);
abstract member ShouldAddProjectItem : string -> bool
Public Function ShouldAddProjectItem (filePath As String) As Boolean

Parámetros

filePath
String

Ruta de acceso al elemento que se va a agregar.

Devoluciones

True si el elemento se debe agregar al proyecto; de lo contrario, false.

Se aplica a