DesignerDocDataService.HasFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether or not there is a DocData with a given fileName
.
public:
bool HasFile(System::String ^ fileName);
public:
bool HasFile(Platform::String ^ fileName);
bool HasFile(std::wstring const & fileName);
public bool HasFile (string fileName);
member this.HasFile : string -> bool
Public Function HasFile (fileName As String) As Boolean
Parameters
Returns
true
if the given file exists in the project, otherwise false
.