CreateManifestResourceName.IsSourceFile(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.
The derived class chooses whether this is a valid source file to work against. Usually, this is just a matter of looking at the file's extension.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
abstract bool IsSourceFile(System::String ^ fileName);
protected abstract bool IsSourceFile (string fileName);
abstract member IsSourceFile : string -> bool
Protected MustOverride Function IsSourceFile (fileName As String) As Boolean
Parameters
- fileName
- String
Name of the candidate source file.
Returns
True, if this is a validate source file.